summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-13 01:26:35 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:33 -0400
commitc7b4370ff9c8ab5c96f15b1e712e6db6bdab6324 (patch)
tree695a60632b2e0089f50abd4449645a98885de082
parentf261d82df511d1ca3efb69ec0b6422ec862ffeb2 (diff)
downloadfork-ledger-c7b4370ff9c8ab5c96f15b1e712e6db6bdab6324.tar.gz
fork-ledger-c7b4370ff9c8ab5c96f15b1e712e6db6bdab6324.tar.bz2
fork-ledger-c7b4370ff9c8ab5c96f15b1e712e6db6bdab6324.zip
changes
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--configure.in4
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 \
diff --git a/NEWS b/NEWS
index e34a58b3..cd180dab 100644
--- a/NEWS
+++ b/NEWS
@@ -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])