From 6bc1ad6da01193497b6badd5cea68e5045fdd43a Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 1 Dec 2013 03:24:15 +0000 Subject: [PATCH] Make that Release 2.5.9 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23470 57a11ea4-9604-0410-9ed3-97b8803252fd --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 43864270c3..ae92e5e81a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Version history: ------- ------- -2.5.90 - 1 December 2013 +2.5.9 - 1 December 2013 This is the tenth release in the UNSTABLE 2.5 series. It is the first beta release. diff --git a/configure.ac b/configure.ac index fd1884f942..9b99cf7beb 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.60) -AC_INIT([GnuCash], [2.5.90], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.5.9], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)