From 270820a05cdcb3484af4329d723a9869487e5a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 18 Jun 2007 16:49:07 +0000 Subject: Released 2.19.4. svn path=/trunk/; revision=2606 --- NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5f2666b8..cd7a5a50 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +18 June 2007: Overview of changes in 2.19.4 +=========================================== +* solaris: + - fixed build. Damien Carbery. + 3 June 2007: Overview of changes in 2.19.3 ========================================== * Small API change. get_proclist returns pid_t instead of unsigned diff --git a/configure.in b/configure.in index 0e5f7450..4d74d4dc 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], [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. -- cgit v1.2.1