[gtk-web] Update for GTK+ 3.18



commit d5c2628c5a59428031da4d68a477e11bb3e5c606
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Oct 3 20:22:25 2015 +0200

    Update for GTK+ 3.18

 download/linux.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index 7e7813c..8abd248 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -5,16 +5,16 @@ ob_start();
 
 // Set the current stable version numbers of GTK+, GLib, and Pango to automatically include it in the page.
 $versions = array(
-       'gobject-introspection' => '1.44',
-       'gtk' => '3.16',
-       'glib' => '2.44',
-       'pango' => '1.36',
-       'gdk-pixbuf' => '2.30',
-       'atk' => '2.16'
+       'gobject-introspection' => '1.46',
+       'gtk' => '3.18',
+       'glib' => '2.46',
+       'pango' => '1.38',
+       'gdk-pixbuf' => '2.32',
+       'atk' => '2.18'
 );
 
 // Versions of GTK+ that are older, but still included on the page in the "Older Versions" section
-$oldgtk = array( '3.14', '3.12', '3.10', '3.8', '3.6', '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' );
+$oldgtk = array( '3.16', '3.14', '3.12', '3.10', '3.8', '3.6', '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]