Skip to content

Commit

Permalink
Updated version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jun 19, 2010
1 parent 9592bac commit 0bc6917
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -52,7 +52,7 @@ endif
if DEBUG
libledger_la_CXXFLAGS += -DDEBUG_LEVEL=4
endif
libledger_la_LDFLAGS = -release 2.6.2
libledger_la_LDFLAGS = -release 2.6.3

pkginclude_HEADERS = \
acconf.h \
Expand Down
4 changes: 4 additions & 0 deletions NEWS
@@ -1,5 +1,9 @@
Ledger NEWS

* 2.6.3

- Minor fixes to allow for compilation with gcc 4.4.

* 2.6.2

- Bug fix: Command-line options, such as -O, now override init-file options
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([ledger],[2.6.2],[johnw@newartisans.com])
AC_INIT([ledger],[2.6.3],[johnw@newartisans.com])
AC_CONFIG_SRCDIR([main.cc])
AC_CONFIG_HEADER([acconf.h])
AM_INIT_AUTOMAKE([foreign])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
libs = ["amounts", "boost_python", "gmp"]

setup(name = "Amounts",
version = "2.6.2",
version = "2.6.3",
description = "Amounts and Commodities Library",
author = "John Wiegley",
author_email = "johnw@newartisans.com",
Expand Down

0 comments on commit 0bc6917

Please sign in to comment.