From 9770db12d2783730bb144e33003336dc52fe4633 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Thu, 2 Apr 2015 06:50:16 +0300 Subject: [PATCH] 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. --- configure.ac | 4 ++-- 1 file 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.