[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_98-34-g6055f26

Pierre Biava nobody at users.sourceforge.net
Sun Jan 23 20:06:22 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  6055f26465df70b1ebdd0eb42ce837ff731bb67b (commit)
       via  b44d03f492cded6af10fde868a30136c99f00377 (commit)
      from  497f3021fa55e833b6054da585dd10a7933d5344 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6055f26465df70b1ebdd0eb42ce837ff731bb67b
Merge: b44d03f492cded6af10fde868a30136c99f00377 497f3021fa55e833b6054da585dd10a7933d5344
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Jan 23 20:01:44 2011 +0100

    Merge branches 'master' and 'master' of ssh://grisbi.git.sourceforge.net/gitroot/grisbi/grisbi

commit b44d03f492cded6af10fde868a30136c99f00377
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Jan 23 20:01:06 2011 +0100

    new version 0.7.99

-----------------------------------------------------------------------

Changes:
diff --git a/configure.in b/configure.in
index 2b5ca52..a9fc085 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 m4_define(grisbi_major_version, 0)
 m4_define(grisbi_minor_version, 7)
-m4_define(grisbi_micro_version, 98)
+m4_define(grisbi_micro_version, 99)
 m4_define(grisbi_version, grisbi_major_version.grisbi_minor_version.grisbi_micro_version)
 
 AC_INIT([grisbi],[grisbi_version],[http://grisbi.tuxfamily.org/mantis/login_select_proj_page.php?ref=bug_report_page.php],[grisbi],[http://www.grisbi.org/index.fr.html])
diff --git a/grisbi.spec b/grisbi.spec
index bb5a0bf..04ecb0e 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
 %define name    grisbi
-%define version 0.7.98
+%define version 0.7.99
 %define release %mkrel 1
 
 %define _disable_ld_no_undefined 1
diff --git a/src/structures.h b/src/structures.h
index d53589b..4484e69 100644
--- a/src/structures.h
+++ b/src/structures.h
@@ -13,7 +13,7 @@
 #define VERSION_FICHIER "0.6.0"
 
 /* Define this when in Git development branch. */
-#define IS_DEVELOPMENT_VERSION 1
+#define IS_DEVELOPMENT_VERSION 0
 
 #define VERSION_FICHIER_ETAT "0.6.0"
 #define VERSION_FICHIER_CATEG "0.6.0"


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list