r21891 - gnucash/branches/2.4 - Bump Version for 2.4.10 release

John Ralls jralls at code.gnucash.org
Thu Jan 26 15:52:11 EST 2012


Author: jralls
Date: 2012-01-26 15:52:10 -0500 (Thu, 26 Jan 2012)
New Revision: 21891
Trac: http://svn.gnucash.org/trac/changeset/21891

Modified:
   gnucash/branches/2.4/configure.ac
   gnucash/branches/2.4/src/bin/gnucash-bin.c
Log:
Bump Version for 2.4.10 release

Modified: gnucash/branches/2.4/configure.ac
===================================================================
--- gnucash/branches/2.4/configure.ac	2012-01-26 01:26:54 UTC (rev 21890)
+++ gnucash/branches/2.4/configure.ac	2012-01-26 20:52:10 UTC (rev 21891)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([GnuCash], [2.4.9], [gnucash-devel at gnucash.org])
+AC_INIT([GnuCash], [2.4.10], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 

Modified: gnucash/branches/2.4/src/bin/gnucash-bin.c
===================================================================
--- gnucash/branches/2.4/src/bin/gnucash-bin.c	2012-01-26 01:26:54 UTC (rev 21890)
+++ gnucash/branches/2.4/src/bin/gnucash-bin.c	2012-01-26 20:52:10 UTC (rev 21891)
@@ -90,7 +90,7 @@
             _("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.4.9",
+            _("The last stable version was "), PACKAGE_NAME, " 2.4.10",
             _("The next stable version will be "), PACKAGE_NAME, " 2.6");
 }
 



More information about the gnucash-changes mailing list