From b64a6914f21e1f57747b17e86e2ca528c4d2edc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 19 Jan 2009 22:07:55 +0000 Subject: [PATCH] Released 2.24.4. svn path=/branches/gnome-2-24/; revision=2796 --- NEWS | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2313e937..285fc82d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +19 January 2009: Overview of changes in 2.24.4 +============================================== +* Fixed license: libgtop is GPL-2. + 12 January 2009: Overview of changes in 2.24.3 ============================================== * linux: diff --git a/configure.in b/configure.in index e37b4fec..f7129136 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [24]) -m4_define([libgtop_micro_version], [3]) +m4_define([libgtop_micro_version], [4]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals.