[libgtop] Let's stick to the GNOME release process



commit 9770db12d2783730bb144e33003336dc52fe4633
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Apr 2 06:50:16 2015 +0300

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0bc3ef5..a8e907e 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]