From 5522fae242b878d840cd09cd1c429cec312ae8ae Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Mon, 29 Feb 2016 23:08:18 +0200 Subject: [PATCH] Prepared release 2.33.91 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fc7dfa50..54a3af91 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +29 February 2016: Overview of changes in 2.33.91 + +* Updated translations +* Fix building on must-libc + 18 January 2016: Overview of changes in 2.33.4 * On OpenBSD only PID 1 is special diff --git a/configure.ac b/configure.ac index 1781ab5f..d1f132cc 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [33]) -m4_define([libgtop_micro_version], [4]) +m4_define([libgtop_micro_version], [91]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals.