From 819bfe56ee84340315193ffcb72244c4a23ad3ac Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Mon, 18 Jan 2016 23:22:18 +0200 Subject: Prepared release 2.33.4 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2c333f54..fc7dfa50 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +18 January 2016: Overview of changes in 2.33.4 + +* On OpenBSD only PID 1 is special +* Call setlocale in main + 14 December: Overview of changes in 2.33.3 * Fixed borken compilation on OpenBSD diff --git a/configure.ac b/configure.ac index 9ad9349f..1781ab5f 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], [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