[gtk-web] linux.php: Update to current versions: GTK+ 3.2 and Glib 2.30



commit 17084e45b4c9ecb2cdd8086fcf9c79d121e49df3
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Nov 25 18:01:20 2011 +0000

    linux.php: Update to current versions: GTK+ 3.2 and Glib 2.30

 download/linux.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index fc7900a..f8d2904 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -5,8 +5,8 @@ ob_start();
 
 // Set the current stable version numbers of GTK+, GLib, and Pango to automatically include it in the page.
 $versions = array(
-	'gtk' => '3.0',
-	'glib' => '2.28',
+	'gtk' => '3.2',
+	'glib' => '2.30',
 	'pango' => '1.28',
 	'gdk-pixbuf' => '2.24',
 	'atk' => '2.0'



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