]> www.ginac.de Git - ginac.git/commitdiff
Preparing for release. release_1-5-5
authorJens Vollinga <jensv@nikhef.nl>
Wed, 4 Nov 2009 21:56:47 +0000 (22:56 +0100)
committerJens Vollinga <jensv@nikhef.nl>
Wed, 4 Nov 2009 21:56:47 +0000 (22:56 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0bad3c06d35b5cfa15f3d9126cdb95db76eb93f3..2b5c9b4da0693bcb6188e8591be949f4643b48f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 This file records noteworthy changes.
 
+1.5.5 (04 November 2009)
+* Correct libtool versioning.
+
 1.5.4 (02 November 2009)
 * Default parser now can again read in user defined classes.
 * Add mul::info() and add::info() support for numeric info_flags (GiNaC now can
index d6fb1a5961d3ea2e207cd6e90dc7cedf762aa411..8677ccdd26999d2eb48d9dc6f7d61545dd5eefac 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl GiNaC version number
 m4_define([ginac_major_version], [1])
 m4_define([ginac_minor_version], [5])
-m4_define([ginac_micro_version], [4])
+m4_define([ginac_micro_version], [5])
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 
@@ -58,8 +58,9 @@ AC_DEFINE_UNQUOTED(ARCHIVE_VERSION, $ARCHIVE_VERSION, [Current GiNaC archive fil
 AC_DEFINE_UNQUOTED(ARCHIVE_AGE, $ARCHIVE_AGE, [GiNaC archive file version age])
 
 dnl libtool versioning (We don't use libtool's age numbering since we promise
-dnl to keep the binary interface compatible if only ginac_micro_version changes.)
-LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:0"
+dnl to keep the binary interface compatible if only ginac_micro_version changes.
+dnl In effect, age is pinned to current.)
+LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:ginac_lt_current"
 LT_RELEASE="ginac_release"
 
 AC_SUBST(LT_VERSION_INFO)