From 9d2131a4b54975f927bd065a22c2c1c94c1c1ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 2 Jan 2006 13:13:11 +0000 Subject: [PATCH] Released 2.13.2. * NEWS: * configure.in: Released 2.13.2. --- ChangeLog | 7 +++++++ NEWS | 4 ++++ configure.in | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebc4d748..d4eaf66d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-02 BenoƮt Dejean + + * NEWS: + * configure.in: + + Released 2.13.2. + 2006-01-02 James Henstridge * configure.in (LT_VERSION_INFO): add quotes around symbol definition. diff --git a/NEWS b/NEWS index c05f13af..abb109af 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/configure.in b/configure.in index 198eabd0..d401d9f9 100644 --- a/configure.in +++ b/configure.in @@ -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.