[gtk-web] download/linux: Update versions for GTK+, GLib and Pango.



commit 5189c46f80c5f72f3d422b3568eac850157b12c0
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Nov 29 14:50:58 2012 +0000

    download/linux: Update versions for GTK+, GLib and Pango.

 download/linux.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index 1cf0b07..4b2a0d4 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -5,15 +5,15 @@ ob_start();
 
 // Set the current stable version numbers of GTK+, GLib, and Pango to automatically include it in the page.
 $versions = array(
-	'gtk' => '3.4',
-	'glib' => '2.32',
-	'pango' => '1.30',
+	'gtk' => '3.6',
+	'glib' => '2.34',
+	'pango' => '1.32',
 	'gdk-pixbuf' => '2.26',
-	'atk' => '2.4'
+	'atk' => '2.6'
 );
 
 // Versions of GTK+ that are older, but still included on the page in the "Older Versions" section
-$oldgtk = array( '3.2', '3.0', '2.24', '2.20', '2.18', '2.16', '2.14', '2.12', '2.10', '2.8', '2.6', '2.4', '1.2' );
+$oldgtk = array( '3.4', '3.2', '3.0', '2.24', '2.20', '2.18', '2.16', '2.14', '2.12', '2.10', '2.8', '2.6', '2.4', '1.2' );
 
 ?>
 <h2><a name="Download">Download for GNU/Linux and Unix</a></h2>



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