summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-17 23:28:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-17 23:28:05 -0400
commit0f7776f7af16a0ea78156b3210658c3ca41f576f (patch)
tree65b4751f50211321ca7f7bf5c3a7f8201bc39c92
parent41e8d1871e067656c6df03edf49bee6d8ae9f02c (diff)
downloadfork-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.am2
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rwxr-xr-xsetup.py2
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 \
diff --git a/NEWS b/NEWS
index 080fb227..ac56c581 100644
--- a/NEWS
+++ b/NEWS
@@ -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])
diff --git a/setup.py b/setup.py
index 9e2cbbd5..0c78cb19 100755
--- a/setup.py
+++ b/setup.py
@@ -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",