[gtk-web] linux.php:Update to latest stable bersions



commit afedddd386f8078588674c4548abfb0838d05ba2
Author: Javier JardÃn <jjardon gnome org>
Date:   Sun Mar 25 15:46:44 2012 +0100

    linux.php:Update to latest stable bersions
    
    Glib 2.32, ATK 2.2, gdk-pixbuf 2.26

 download/linux.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index f8d2904..fb5ecd8 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -6,10 +6,10 @@ ob_start();
 // Set the current stable version numbers of GTK+, GLib, and Pango to automatically include it in the page.
 $versions = array(
 	'gtk' => '3.2',
-	'glib' => '2.30',
+	'glib' => '2.32',
 	'pango' => '1.28',
-	'gdk-pixbuf' => '2.24',
-	'atk' => '2.0'
+	'gdk-pixbuf' => '2.26',
+	'atk' => '2.2'
 );
 
 // Versions of GTK+ that are older, but still included on the page in the "Older Versions" section



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