diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-17 23:28:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-17 23:28:05 -0400 |
commit | 0f7776f7af16a0ea78156b3210658c3ca41f576f (patch) | |
tree | 65b4751f50211321ca7f7bf5c3a7f8201bc39c92 | |
parent | 41e8d1871e067656c6df03edf49bee6d8ae9f02c (diff) | |
download | fork-ledger-0f7776f7af16a0ea78156b3210658c3ca41f576f.tar.gz fork-ledger-0f7776f7af16a0ea78156b3210658c3ca41f576f.tar.bz2 fork-ledger-0f7776f7af16a0ea78156b3210658c3ca41f576f.zip |
Updated the version number to 2.6.1.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 5de39382..bb483b26 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 2.6.0.90 +libledger_la_LDFLAGS = -release 2.6.1 pkginclude_HEADERS = \ acconf.h \ @@ -1,5 +1,9 @@ Ledger NEWS +* 2.6.1 + +- This version has no new features, it's all bug fixes. + * 2.6.0.90 - Gnucash parser is fixed. diff --git a/configure.in b/configure.in index 038e80aa..8ef800f8 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(ledger, 2.6.0.90, johnw@newartisans.com) -AM_INIT_AUTOMAKE(ledger, 2.6.0.90) +AM_INIT_AUTOMAKE(ledger, 2.6.1) AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_HEADER([acconf.h]) @@ -7,7 +7,7 @@ import os libs = ["amounts", "boost_python", "gmp"] setup(name = "Amounts", - version = "2.6.0.90", + version = "2.6.1", description = "Amounts and Commodities Library", author = "John Wiegley", author_email = "johnw@newartisans.com", |