mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
bb26bf6577
commit
4eb66e27cc
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user