summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-06-18 16:49:07 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-06-18 16:49:07 +0000
commit270820a05cdcb3484af4329d723a9869487e5a32 (patch)
tree129630faf86b9162c6c72e68f338c98bed73ef69
parent358660837c667691b14009cb474803e3bc41af30 (diff)
downloadlibgtop-LIBGTOP_2_19_4.tar.gz
Released 2.19.4.LIBGTOP_2_19_4
svn path=/trunk/; revision=2606
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f2666b8..cd7a5a50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+18 June 2007: Overview of changes in 2.19.4
+===========================================
+* solaris:
+ - fixed build. Damien Carbery.
+
3 June 2007: Overview of changes in 2.19.3
==========================================
* Small API change. get_proclist returns pid_t instead of unsigned
diff --git a/configure.in b/configure.in
index 0e5f7450..4d74d4dc 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [19])
-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.