summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 350a6c42..0341d2da 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.in b/configure.in
index 21dbf1eb..0d196980 100644
--- a/configure.in
+++ b/configure.in
@@ -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])