Released 2.21.92.

svn path=/trunk/; revision=2714
This commit is contained in:
Benoît Dejean
2008-02-25 19:31:05 +00:00
parent 35fab4d9aa
commit ef761e95b9
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@@ -1,3 +1,8 @@
25 February 2008: Overview of changes in 2.21.92
================================================
* linux:
- fixed smaps parsing on >= 2.6.24.x.
14 January 2008: Overview of changes in 2.21.5
==============================================
* freebsd:

View File

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