From 3a86d497c84db549cde70bdd9ee6dfbf124ec1c0 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Tue, 29 Sep 2009 01:05:11 +0000 Subject: [PATCH] Update revision number to 2.3.6 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18356 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 89d75aa813..f789c3faac 100644 --- a/configure.in +++ b/configure.in @@ -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.5], [gnucash-devel@gnucash.org]) +AC_INIT([gnucash], [2.3.6], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)