summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-10-21 14:11:16 -0600
committerJohn Wiegley <johnw@newartisans.com>2008-10-21 14:11:16 -0600
commit6a64e44e648f25402aa470057a516776e3f0dcd8 (patch)
treea82bb49a39e698c4e804a77bedfc15dc8cbbda85
parent7fafe185c0c7d3e1bcf34126310c3a1959059803 (diff)
downloadfork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.tar.gz
fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.tar.bz2
fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.zip
Updated internal version number to 2.6.2.
-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 8a0f1266..e0d18f2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ endif
if DEBUG
libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4
endif
-libledger_la_LDFLAGS = -release 2.6.1
+libledger_la_LDFLAGS = -release 2.6.2
pkginclude_HEADERS = \
acconf.h \
diff --git a/NEWS b/NEWS
index ac56c581..d9638182 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
Ledger NEWS
+* 2.6.2
+
+- This version has no new features, it's all critical bug fixes.
+
* 2.6.1
- This version has no new features, it's all bug fixes.
diff --git a/configure.in b/configure.in
index 59a006b9..422ccd55 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([ledger],[2.6.1],[johnw@newartisans.com])
+AC_INIT([ledger],[2.6.2],[johnw@newartisans.com])
AC_CONFIG_SRCDIR([main.cc])
AC_CONFIG_HEADER([acconf.h])
AM_INIT_AUTOMAKE([foreign])
diff --git a/setup.py b/setup.py
index ad85633b..cb5db502 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ defines = [('PYTHON_MODULE', 1)]
libs = ["amounts", "boost_python", "gmp"]
setup(name = "Amounts",
- version = "2.6.1",
+ version = "2.6.2",
description = "Amounts and Commodities Library",
author = "John Wiegley",
author_email = "johnw@newartisans.com",