Released 2.13.2.

* NEWS:
	* configure.in:

	Released 2.13.2.
This commit is contained in:
Benoît Dejean
2006-01-02 13:13:11 +00:00
parent 7d3059e732
commit 9d2131a4b5
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2006-01-02 Benoît Dejean <benoit@placenet.org>
* NEWS:
* configure.in:
Released 2.13.2.
2006-01-02 James Henstridge <james@jamesh.id.au>
* configure.in (LT_VERSION_INFO): add quotes around symbol definition.

4
NEWS
View File

@@ -1,3 +1,7 @@
January 2, 2006: Overview of changes in 2.13.2
==============================================
* Fixed libtool versioning (James Henstridge)
December 15, 2005: Overview of changes in 2.13.1
================================================
* linux:

View File

@@ -4,7 +4,7 @@ dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [13])
m4_define([libgtop_micro_version], [1])
m4_define([libgtop_micro_version], [2])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.