From d5ccf3404b88060cb859598ce41e5ea1ac3e947d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 27 Aug 2007 06:08:09 +0000 Subject: [PATCH] Released 2.19.92. svn path=/trunk/; revision=2642 --- NEWS | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9fe56561..330045d3 100644 --- a/NEWS +++ b/NEWS @@ -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 ============================================== * Translations updates. diff --git a/configure.in b/configure.in index 43320818..d1107420 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) 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]) dnl increment if the interface has additions, changes, removals.