diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 1d81d92f..767a5480 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ endif if DEBUG libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4 endif -libledger_la_LDFLAGS = -release 3.0 +libledger_la_LDFLAGS = -release 2.6 pkginclude_HEADERS = \ acconf.h \ @@ -1,6 +1,6 @@ Ledger NEWS -* 3.0 +* 2.6 - The style for eliding long account names (for example, in the register report) has been changed. Previously Ledger would elide diff --git a/configure.in b/configure.in index 3e86a44c..0aae061b 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, 3.0, johnw@newartisans.com) -AM_INIT_AUTOMAKE(ledger, 3.0) +AC_INIT(ledger, 2.6, johnw@newartisans.com) +AM_INIT_AUTOMAKE(ledger, 2.6) AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_HEADER([acconf.h]) |