[gtk-web] Update versions that can be downloaded from 2.20 to include 2.24 and 3.0



commit e8152b49eedd8b008bebfc061ea6f4bd3a921642
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Jun 2 11:06:41 2011 +0100

    Update versions that can be downloaded from 2.20 to include 2.24 and 3.0

 download/linux.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index 3c1d077..aacd045 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -5,13 +5,13 @@ ob_start();
 
 // Set the current stable version numbers of GTK+, GLib, and Pango to automatically include it in the page.
 $versions = array(
-	'gtk' => '2.22',
-	'glib' => '2.26',
+	'gtk' => '3.0',
+	'glib' => '2.28',
 	'pango' => '1.28'
 );
 
 // Versions of GTK+ that are older, but still included on the page in the "Older Versions" section
-$oldgtk = array( '2.20', '2.18', '2.16', '2.14', '2.12', '2.10', '2.8', '2.6', '2.4', '1.2' );
+$oldgtk = array( '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]