From 789f42e1346a73319d97b8d3dd79bfd0efdb1a75 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Sun, 21 Nov 2010 02:14:21 +0000 Subject: [PATCH] Update release to 2.3.17 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19851 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ac19fe725..46da5e2901 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.3.16], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.3.17], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)