Released 2.20.0.

svn path=/trunk/; revision=2655
This commit is contained in:
Benoît Dejean
2007-09-16 13:02:10 +00:00
parent 44b360a521
commit a9b3964675
2 changed files with 6 additions and 2 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
16 September 2007: Overview of changes in 2.20.0
================================================
* Updated translations.
27 August 2007: Overview of changes in 2.19.92
==============================================
* Fixed stupid hardwired path in linux/sysinfo.c

View File

@@ -3,8 +3,8 @@ dnl Configure script for the Gnome library
dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [19])
m4_define([libgtop_micro_version], [92])
m4_define([libgtop_minor_version], [20])
m4_define([libgtop_micro_version], [0])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.