[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_8_2-2-gc5d96db

Pierre Biava nobody at users.sourceforge.net
Wed Feb 23 21:59:10 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  c5d96db36c0720d929afa4aaba350c09fdfc2fe5 (commit)
       via  d558f8dd1cca49ad894e1022c46827fd4ed9eead (commit)
      from  f65341834c2ed1303ea6167d35f7a899559a4ee5 (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 c5d96db36c0720d929afa4aaba350c09fdfc2fe5
Author: pbiava <pierre.biava at nerim.net>
Date:   Wed Feb 23 20:34:30 2011 +0100

    fixes bug 1289

commit d558f8dd1cca49ad894e1022c46827fd4ed9eead
Author: pbiava <pierre.biava at nerim.net>
Date:   Tue Feb 22 22:48:26 2011 +0100

    new development version 0.9.0

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

Changes:
diff --git a/configure.in b/configure.in
index 65ca633..1f3343d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 m4_define(grisbi_major_version, 0)
-m4_define(grisbi_minor_version, 8)
-m4_define(grisbi_micro_version, 2)
+m4_define(grisbi_minor_version, 9)
+m4_define(grisbi_micro_version, 0)
 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 74288df..d9eec53 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
 %define name    grisbi
-%define version 0.8.2
+%define version 0.9.0
 %define release %mkrel 1
 
 %define _disable_ld_no_undefined 1
diff --git a/src/etats_config.c b/src/etats_config.c
index 9db2da3..9bf8e7d 100644
--- a/src/etats_config.c
+++ b/src/etats_config.c
@@ -5576,7 +5576,7 @@ GtkWidget *cree_ligne_comparaison_montant ( gint amount_comparison_number )
 
     /* on crée alors le bouton de lien */
 
-    widget = cree_bouton_lien ( widget );
+    widget = cree_bouton_lien ( widget_1 );
     gtk_box_pack_start ( GTK_BOX ( hbox ),
 			 widget,
 			 FALSE,
diff --git a/src/structures.h b/src/structures.h
index 26c8685..b8d6f97 100644
--- a/src/structures.h
+++ b/src/structures.h
@@ -11,7 +11,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"


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list