Updated the version number to 2.6.1.

This commit is contained in:
John Wiegley 2008-07-17 23:28:05 -04:00
parent 41e8d1871e
commit 0f7776f7af
4 changed files with 7 additions and 3 deletions

View file

@ -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 \

4
NEWS
View file

@ -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.

View file

@ -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])

View file

@ -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",