From cc5018460c5095c8b0fdc703694facd0b9b53fa9 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 26 Jan 2012 20:52:10 +0000 Subject: [PATCH] Bump Version for 2.4.10 release git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@21891 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.ac | 2 +- src/bin/gnucash-bin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0994e9342a..b9b36d1921 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # Autoconf initialization AC_PREREQ(2.59) -AC_INIT([GnuCash], [2.4.9], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.4.10], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h) diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c index 5d61c82e50..861051f81d 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -90,7 +90,7 @@ gnc_print_unstable_message(void) _("This is a development version. It may or may not work.\n"), _("Report bugs and other problems to gnucash-devel@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"); }