[gnome-tweak-tool] Post release version bump



commit f6ac0925e77f383bd9991cee51831080ef4519dc
Author: John Stowers <john stowers gmail com>
Date:   Fri Mar 25 11:27:45 2011 +1300

    Post release version bump

 NEWS         |    3 +++
 configure.ac |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 956f213..6eb5664 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+3.0.0
+   * First stable release
+
 2.91.93
     * Add license (GPL3)
     * Tweak shell clock to show date
diff --git a/configure.ac b/configure.ac
index f2ad14d..b46baca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT([gnome-tweak-tool], [2.91.93], [john stowers gmail com])
+AC_INIT([gnome-tweak-tool], [3.0.0], [john stowers gmail com])
 
 AM_INIT_AUTOMAKE([foreign])
 
 AM_PATH_PYTHON([2.6])
 GLIB_GSETTINGS
 
-DESKTOP_SCHEMAS_REQUIRED_VERSION=2.91.91
+DESKTOP_SCHEMAS_REQUIRED_VERSION=3.0.0
 PYGOBJECT_REQUIRED_VERSION=2.28.0
 
 PKG_CHECK_MODULES(GSETTINGS_DESKTOP_SCHEMAS, gsettings-desktop-schemas >= $DESKTOP_SCHEMAS_REQUIRED_VERSION)



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