Released 2.19.4.

svn path=/trunk/; revision=2606
This commit is contained in:
Benoît Dejean
2007-06-18 16:49:07 +00:00
parent 358660837c
commit 5f831e7783
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@@ -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

View File

@@ -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.