From a5ceef49c534c32d1521ece69c04fe9ff2f3b4b8 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 26 Mar 2011 09:23:56 +0000 Subject: [PATCH] Bump gnucash version to 2.4.99 to distinguish this from stable ones. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20484 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 57464a4393..e26f9a9665 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.4], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.4.99], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)