Increased version number to 2.4.1.

This commit is contained in:
John Wiegley 2008-04-13 05:23:21 -04:00
parent cf1870a582
commit 4c08952e68
2 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -1,5 +1,9 @@
Ledger NEWS
* 2.4.1
- Corrected an issue that had inadvertantly disabled Gnucash support.
* 2.4
- Both "-$100.00" and "$-100.00" are now equivalent amounts.

View file

@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(ledger, 2.4, johnw@newartisans.com)
AM_INIT_AUTOMAKE(ledger, 2.4)
AC_INIT(ledger, 2.4.1, johnw@newartisans.com)
AM_INIT_AUTOMAKE(ledger, 2.4.1)
AC_CONFIG_SRCDIR([main.cc])
AC_CONFIG_HEADER([acconf.h])