summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2016-02-29 23:08:18 +0200
committerRobert Roth <robert.roth.off@gmail.com>2016-02-29 23:08:18 +0200
commit5522fae242b878d840cd09cd1c429cec312ae8ae (patch)
tree21727c50d8dbd52d4b760a1f3c0b6140a74cf341
parent870dd5afa641bbd5c6474157d4120d6f5ab16de9 (diff)
downloadlibgtop-5522fae242b878d840cd09cd1c429cec312ae8ae.tar.gz
Prepared release 2.33.912.33.91
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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.