summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2008-02-25 19:31:05 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2008-02-25 19:31:05 +0000
commit4971103dc31a098ed2627d0289a0e8e90a3ba777 (patch)
tree75934e4058fa861045d0d74767c6317059937b43
parent35fab4d9aa5f581dc9e1d823d87cb8f43d82f14e (diff)
downloadlibgtop-LIBGTOP_2_21_92.tar.gz
Released 2.21.92.LIBGTOP_2_21_92
svn path=/trunk/; revision=2714
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4b528dd..c0461076 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/configure.in b/configure.in
index 9d97bc4e..5b9dfdda 100644
--- a/configure.in
+++ b/configure.in
@@ -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.