From 0f7776f7af16a0ea78156b3210658c3ca41f576f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 17 Jul 2008 23:28:05 -0400 Subject: Updated the version number to 2.6.1. --- Makefile.am | 2 +- NEWS | 4 ++++ configure.in | 2 +- 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 \ 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", -- cgit v1.2.3