Released 2.19.92.

svn path=/trunk/; revision=2642
This commit is contained in:
Benoît Dejean
2007-08-27 06:08:09 +00:00
parent b17762a5ae
commit b5614059d6
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
27 August 2007: Overview of changes in 2.19.92
==============================================
* Fixed stupid hardwired path in linux/sysinfo.c
26 August 2007: Overview of changes in 2.19.91 26 August 2007: Overview of changes in 2.19.91
============================================== ==============================================
* Translations updates. * Translations updates.

View File

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