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...


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19970 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2010-12-20 17:59:25 +00:00
parent bb26bf6577
commit 4eb66e27cc
2 changed files with 3 additions and 3 deletions

View File

@ -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.3.17], [gnucash-devel@gnucash.org])
AC_INIT([GnuCash], [2.4.0], [gnucash-devel@gnucash.org])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src/engine/Transaction.h)

View File

@ -86,8 +86,8 @@ 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.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)