gnome-games r8909 - trunk



Author: thomashpa
Date: Fri Mar 27 20:55:06 2009
New Revision: 8909
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8909&view=rev

Log:
Post-relese version bump. Bump gtk requirement for gtk_show_uri

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Mar 27 20:55:06 2009
@@ -5,7 +5,7 @@
 m4_define([gnome_games_branch],["trunk"])
 
 AC_PREREQ([2.53])
-AC_INIT([GNOME Games], [2.26.0],
+AC_INIT([GNOME Games], [2.27.1],
   [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-games],
   [gnome-games])
 
@@ -457,14 +457,14 @@
 # Checks for libraries
 # ********************
 
-PYGTK_REQUIRED=2.10.0
+PYGTK_REQUIRED=2.14.0
 
 if test "$with_platform" = "hildon" -a "$with_platform_variant" = "maemo3"; then
 GTK_REQUIRED=2.6.0
 elif test "$with_platform" = "hildon"; then
 GTK_REQUIRED=2.10.0
 else
-GTK_REQUIRED=2.12.0
+GTK_REQUIRED=2.14.0
 fi
 
 GCONF_REQUIRED=2.0



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