From 124a89990e84a847889e921857ba74f9967a05a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 7 Jan 2008 18:54:53 +0000 Subject: [PATCH] Released 2.20.1. svn path=/branches/gnome-2-20/; revision=2699 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a479f190..ce1a8651 100644 --- a/NEWS +++ b/NEWS @@ -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 ================================================ * Updated translations. diff --git a/configure.in b/configure.in index cdf1c8a7..a5a0e555 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) 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]) dnl increment if the interface has additions, changes, removals.