[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_0_0-171-g3f6d3ae

Pierre Biava noreply at sourceforge.net
Thu Mar 20 18:38:00 CET 2014


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  3f6d3ae8bf480cd652ece85bdd05f3d4eb382cf6 (commit)
       via  b70e2b71135deee76e9b9428e03ce06a2fa8f891 (commit)
      from  eeb571cfd2e42b4cab3a7212230840fa19f11562 (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 -----------------------------------------------------------------
http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit 3f6d3ae8bf480cd652ece85bdd05f3d4eb382cf6
Author: pbiava <pierre.biava at nerim.net>
Date:   Thu Mar 20 18:37:16 2014 +0100

    fixes development variable to 1

diff --git a/src/structures.h b/src/structures.h
index 1618ae5..2f6fc52 100644
--- a/src/structures.h
+++ b/src/structures.h
@@ -14,7 +14,7 @@
 #define VERSION_FICHIER "0.6.0"
 
 /* Define this when in Git development branch. */
-#define IS_DEVELOPMENT_VERSION 0
+#define IS_DEVELOPMENT_VERSION 1
 
 #define VERSION_FICHIER_ETAT "0.6.0"
 #define VERSION_FICHIER_CATEG "0.6.0"

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit 3f6d3ae8bf480cd652ece85bdd05f3d4eb382cf6
Author: pbiava <pierre.biava at nerim.net>
Date:   Thu Mar 20 18:37:16 2014 +0100

    fixes development variable to 1

diff --git a/src/structures.h b/src/structures.h
index 1618ae5..2f6fc52 100644
--- a/src/structures.h
+++ b/src/structures.h
@@ -14,7 +14,7 @@
 #define VERSION_FICHIER "0.6.0"
 
 /* Define this when in Git development branch. */
-#define IS_DEVELOPMENT_VERSION 0
+#define IS_DEVELOPMENT_VERSION 1
 
 #define VERSION_FICHIER_ETAT "0.6.0"
 #define VERSION_FICHIER_CATEG "0.6.0"

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

Summary of changes:
 configure.ac     |    1 -
 src/structures.h |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list