From bff4a848649c8eeb85fbe4b8c736368fc2d637b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 14 Jan 2008 18:32:57 +0000 Subject: [PATCH] Released 2.21.5 svn path=/trunk/; revision=2705 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a2750d4a..a4b528dd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +14 January 2008: Overview of changes in 2.21.5 +============================================== +* freebsd: + - fixed build on GNU/kfreebsd. Petr Salinger. + - fixed procmem units. Kuang-che Wu. + 28 October 2007: Overview of changes in 2.21.1 ============================================== * don't export _p/_s private symbols anymore. This is not an API/ABI breakage. diff --git a/configure.in b/configure.in index 48a6bd3b..9d97bc4e 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [21]) -m4_define([libgtop_micro_version], [1]) +m4_define([libgtop_micro_version], [5]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals.