Increased version number to 2.4.1.
This commit is contained in:
parent
cf1870a582
commit
4c08952e68
2 changed files with 6 additions and 2 deletions
4
NEWS
4
NEWS
|
|
@ -1,5 +1,9 @@
|
||||||
Ledger NEWS
|
Ledger NEWS
|
||||||
|
|
||||||
|
* 2.4.1
|
||||||
|
|
||||||
|
- Corrected an issue that had inadvertantly disabled Gnucash support.
|
||||||
|
|
||||||
* 2.4
|
* 2.4
|
||||||
|
|
||||||
- Both "-$100.00" and "$-100.00" are now equivalent amounts.
|
- Both "-$100.00" and "$-100.00" are now equivalent amounts.
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(ledger, 2.4, johnw@newartisans.com)
|
AC_INIT(ledger, 2.4.1, johnw@newartisans.com)
|
||||||
AM_INIT_AUTOMAKE(ledger, 2.4)
|
AM_INIT_AUTOMAKE(ledger, 2.4.1)
|
||||||
AC_CONFIG_SRCDIR([main.cc])
|
AC_CONFIG_SRCDIR([main.cc])
|
||||||
AC_CONFIG_HEADER([acconf.h])
|
AC_CONFIG_HEADER([acconf.h])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue