[gtk-web/new-website: 12/180] Update the current releases of the stack
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 12/180] Update the current releases of the stack
- Date: Mon, 11 Nov 2019 14:45:24 +0000 (UTC)
commit a6a30c1421c0f8ec11277d271a995d550569769c
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Mar 28 14:18:42 2019 +0000
Update the current releases of the stack
Keeping this up to date is a chore.
download/linux.php | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index 376d28d..acb92d9 100644
--- a/download/linux.php
+++ b/download/linux.php
@@ -5,17 +5,18 @@ 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.54',
- 'gtk' => '3.22',
- 'glib' => '2.54',
- 'pango' => '1.40',
- 'gdk-pixbuf' => '2.36',
+ 'gobject-introspection' => '1.60',
+ 'gtk' => '3.24',
+ 'glib' => '2.60',
+ 'pango' => '1.42',
+ 'gdk-pixbuf' => '2.38',
'atk' => '2.26'
);
// Versions of GTK that are older, but still included on the page in the "Older Versions" section
-$oldgtk = array( '3.20', '3.18', '3.16', '3.14', '3.12', '3.10', '3.8', '3.6', '3.4', '3.2', '3.0',
- '2.24', '1.2' );
+$oldgtk = array( '3.22', '3.20', '3.18', '3.16', '3.14', '3.12', '3.10', '3.8', '3.6', '3.4', '3.2', '3.0',
+ '2.24',
+ '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]