This commit is contained in:
John Wiegley 2007-04-13 01:26:35 +00:00
parent f261d82df5
commit c7b4370ff9
3 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ endif
if DEBUG if DEBUG
libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4 libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4
endif endif
libledger_la_LDFLAGS = -release 3.0 libledger_la_LDFLAGS = -release 2.6
pkginclude_HEADERS = \ pkginclude_HEADERS = \
acconf.h \ acconf.h \

2
NEWS
View file

@ -1,6 +1,6 @@
Ledger NEWS Ledger NEWS
* 3.0 * 2.6
- The style for eliding long account names (for example, in the - The style for eliding long account names (for example, in the
register report) has been changed. Previously Ledger would elide register report) has been changed. Previously Ledger would elide

View file

@ -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, 3.0, johnw@newartisans.com) AC_INIT(ledger, 2.6, johnw@newartisans.com)
AM_INIT_AUTOMAKE(ledger, 3.0) AM_INIT_AUTOMAKE(ledger, 2.6)
AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_SRCDIR([main.cc])
AC_CONFIG_HEADER([acconf.h]) AC_CONFIG_HEADER([acconf.h])