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
2.4
John Ralls 15 years ago
parent 6ead95b6b2
commit cc5018460c

@ -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)

@ -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");
}

Loading…
Cancel
Save