summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2015-04-02 06:50:16 +0300
committerRobert Roth <robert.roth.off@gmail.com>2015-04-02 06:50:28 +0300
commit9770db12d2783730bb144e33003336dc52fe4633 (patch)
tree92a0de1254c84e1fbbfeef4359fcb2c2170afd54 /configure.ac
parenta61052dc590fab5cebc3b6f794be47c3178b97c9 (diff)
downloadlibgtop-9770db12d2783730bb144e33003336dc52fe4633.tar.gz
Let's stick to the GNOME release process
To stick to the GNOME release train from now on, we start with an unstable number and the next stable will be released along with GNOME 3.18.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0bc3ef54..a8e907e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Configure script for the Gnome library
dnl
m4_define([libgtop_major_version], [2])
-m4_define([libgtop_minor_version], [32])
-m4_define([libgtop_micro_version], [0])
+m4_define([libgtop_minor_version], [31])
+m4_define([libgtop_micro_version], [1])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.