Released 2.14.4.

2006-09-16  Benoît Dejean  <benoit@placenet.org>

	* NEWS:
	* configure.in:

	Released 2.14.4.
This commit is contained in:
Benoît Dejean
2006-09-16 16:20:52 +00:00
committed by Benoît Dejean
parent 5982287f48
commit c7b72d88bd
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2006-09-16 Benoît Dejean <benoit@placenet.org>
* NEWS:
* configure.in:
Released 2.14.4.
2006-09-10 Benoît Dejean <benoit@placenet.org>
* configure.in:

4
NEWS
View File

@@ -1,3 +1,7 @@
September 16, 2006: Overview of changes in 2.14.4
=================================================
* Fixed linux maps/smaps parsing on 64bit kernel.
September 5, 2006: Overview of changes in 2.14.3
================================================
* Fixed build with --as-needed.

View File

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