r19970 - gnucash/trunk - Update configure.ac to 2.4.0

Phil Longstaff plongstaff at code.gnucash.org
Mon Dec 20 12:59:26 EST 2010


Author: plongstaff
Date: 2010-12-20 12:59:25 -0500 (Mon, 20 Dec 2010)
New Revision: 19970
Trac: http://svn.gnucash.org/trac/changeset/19970

Modified:
   gnucash/trunk/configure.ac
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Update configure.ac to 2.4.0
Update gnucash-bin.c to indicate stable version is 2.4.0, next stable version 2.6

Here we go...


Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2010-12-20 17:57:29 UTC (rev 19969)
+++ gnucash/trunk/configure.ac	2010-12-20 17:59:25 UTC (rev 19970)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([GnuCash], [2.3.17], [gnucash-devel at gnucash.org])
+AC_INIT([GnuCash], [2.4.0], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2010-12-20 17:57:29 UTC (rev 19969)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2010-12-20 17:59:25 UTC (rev 19970)
@@ -86,8 +86,8 @@
             _("This is a development version. It may or may not work.\n"),
             _("Report bugs and other problems to gnucash-devel at gnucash.org.\n"),
             _("You can also lookup and file bug reports at http://bugzilla.gnome.org\n"),
-            _("The last stable version was "), PACKAGE_NAME, " 2.2.9",
-            _("The next stable version will be "), PACKAGE_NAME, " 2.4");
+            _("The last stable version was "), PACKAGE_NAME, " 2.4.0",
+            _("The next stable version will be "), PACKAGE_NAME, " 2.6");
 }
 
 static gchar  *environment_expand(gchar *param)



More information about the gnucash-changes mailing list