Released 2.20.1.

svn path=/branches/gnome-2-20/; revision=2699
This commit is contained in:
Benoît Dejean
2008-01-07 18:54:53 +00:00
parent 576c74d3eb
commit 124a89990e
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
7 January 2007: Overview of changes in 2.20.1
=============================================
* freebsd:
- fixed build on GNU/kfreebsd. Petr Salinger.
- fixed procmem units. Kuang-che Wu.
16 September 2007: Overview of changes in 2.20.0 16 September 2007: Overview of changes in 2.20.0
================================================ ================================================
* Updated translations. * Updated translations.

View File

@@ -4,7 +4,7 @@ dnl
m4_define([libgtop_major_version], [2]) m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [20]) m4_define([libgtop_minor_version], [20])
m4_define([libgtop_micro_version], [0]) m4_define([libgtop_micro_version], [1])
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.