From 94785fd91b4090ac16a281dc5e8efa3e7963b09c Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 19 Apr 2013 20:18:58 +0000 Subject: [PATCH] Bump version to 2.4.13 for bugfix release with fixed libofx on Windows. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@22918 57a11ea4-9604-0410-9ed3-97b8803252fd --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9386c56605..75f0bb1d44 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Version history: ------- ------- + 2.4.13 19 Apr 2013 + 2.4.13 is a bugfix release. Please see the Changelog for details 2.4.12 30 Mar 2013 2.4.12 is a bugfix release. Please see the Changelog for details 2.4.11 14 Jul 2012 diff --git a/configure.ac b/configure.ac index 342d6d1760..1b9d7305f3 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.12], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.4.13], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)