Updated the version number to 2.6.1.
This commit is contained in:
parent
41e8d1871e
commit
0f7776f7af
4 changed files with 7 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ endif
|
||||||
if DEBUG
|
if DEBUG
|
||||||
libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4
|
libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4
|
||||||
endif
|
endif
|
||||||
libledger_la_LDFLAGS = -release 2.6.0.90
|
libledger_la_LDFLAGS = -release 2.6.1
|
||||||
|
|
||||||
pkginclude_HEADERS = \
|
pkginclude_HEADERS = \
|
||||||
acconf.h \
|
acconf.h \
|
||||||
|
|
|
||||||
4
NEWS
4
NEWS
|
|
@ -1,5 +1,9 @@
|
||||||
Ledger NEWS
|
Ledger NEWS
|
||||||
|
|
||||||
|
* 2.6.1
|
||||||
|
|
||||||
|
- This version has no new features, it's all bug fixes.
|
||||||
|
|
||||||
* 2.6.0.90
|
* 2.6.0.90
|
||||||
|
|
||||||
- Gnucash parser is fixed.
|
- Gnucash parser is fixed.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(ledger, 2.6.0.90, johnw@newartisans.com)
|
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_SRCDIR([main.cc])
|
||||||
AC_CONFIG_HEADER([acconf.h])
|
AC_CONFIG_HEADER([acconf.h])
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ import os
|
||||||
libs = ["amounts", "boost_python", "gmp"]
|
libs = ["amounts", "boost_python", "gmp"]
|
||||||
|
|
||||||
setup(name = "Amounts",
|
setup(name = "Amounts",
|
||||||
version = "2.6.0.90",
|
version = "2.6.1",
|
||||||
description = "Amounts and Commodities Library",
|
description = "Amounts and Commodities Library",
|
||||||
author = "John Wiegley",
|
author = "John Wiegley",
|
||||||
author_email = "johnw@newartisans.com",
|
author_email = "johnw@newartisans.com",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue