Updated internal version number to 2.6.2.
This commit is contained in:
parent
7fafe185c0
commit
6a64e44e64
4 changed files with 7 additions and 3 deletions
|
|
@ -52,7 +52,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.1
|
libledger_la_LDFLAGS = -release 2.6.2
|
||||||
|
|
||||||
pkginclude_HEADERS = \
|
pkginclude_HEADERS = \
|
||||||
acconf.h \
|
acconf.h \
|
||||||
|
|
|
||||||
4
NEWS
4
NEWS
|
|
@ -1,5 +1,9 @@
|
||||||
Ledger NEWS
|
Ledger NEWS
|
||||||
|
|
||||||
|
* 2.6.2
|
||||||
|
|
||||||
|
- This version has no new features, it's all critical bug fixes.
|
||||||
|
|
||||||
* 2.6.1
|
* 2.6.1
|
||||||
|
|
||||||
- This version has no new features, it's all bug fixes.
|
- This version has no new features, it's all bug fixes.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
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_SRCDIR([main.cc])
|
||||||
AC_CONFIG_HEADER([acconf.h])
|
AC_CONFIG_HEADER([acconf.h])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ defines = [('PYTHON_MODULE', 1)]
|
||||||
libs = ["amounts", "boost_python", "gmp"]
|
libs = ["amounts", "boost_python", "gmp"]
|
||||||
|
|
||||||
setup(name = "Amounts",
|
setup(name = "Amounts",
|
||||||
version = "2.6.1",
|
version = "2.6.2",
|
||||||
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