Skip to content

Commit 7c8a424

Browse files
committed
Updated for the 2.24.0 release
1 parent 045b8c4 commit 7c8a424

File tree

5 files changed

+25
-176
lines changed

5 files changed

+25
-176
lines changed

download-2.0.php

Lines changed: 9 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,9 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>Simple DirectMedia Layer - SDL version 2.0.22 (stable)</title>
5-
<?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?>
6-
</head>
7-
<body>
8-
<div id="wrapper">
9-
<?php require_once("include/header.inc.php"); ?>
10-
<div id="left">
11-
<?php require_once("include/sidebar.inc.php"); ?>
12-
</div>
13-
<div id="content">
14-
<h1>SDL version 2.0.22 (stable)</h1>
15-
<div class="col left">
16-
17-
<a name="source"></a>
18-
<h2>Source Code:</h2>
19-
<blockquote>
20-
<!--
21-
<a href="release/changes-2.0.html">What's New</a></br>
22-
-->
23-
24-
<a href="release/SDL2-2.0.22.zip"
25-
>SDL2-2.0.22.zip</a>
26-
- <a href="release/SDL2-2.0.22.zip.sig">GPG signed</a><br>
27-
<a href="release/SDL2-2.0.22.tar.gz"
28-
>SDL2-2.0.22.tar.gz</a>
29-
- <a href="release/SDL2-2.0.22.tar.gz.sig">GPG signed</a><br>
30-
</blockquote>
31-
32-
<h2>Runtime Binaries:</h2>
33-
<blockquote>
34-
<p><span class="title">
35-
Windows:
36-
</span><br>
37-
<a href="release/SDL2-2.0.22-win32-x86.zip"
38-
>SDL2-2.0.22-win32-x86.zip</a> (32-bit Windows)<br>
39-
<a href="release/SDL2-2.0.22-win32-x64.zip"
40-
>SDL2-2.0.22-win32-x64.zip</a> (64-bit Windows)<br>
41-
</p>
42-
<p><span class="title">
43-
Mac OS X:
44-
</span><br>
45-
<a href="release/SDL2-2.0.22.dmg"
46-
>SDL2-2.0.22.dmg</a><br>
47-
</p>
48-
<p><span class="title">
49-
Linux:
50-
</span><br>
51-
Please contact your distribution maintainer for updates.
52-
</p>
53-
</blockquote>
54-
55-
<h2>Development Libraries:</h2>
56-
<blockquote>
57-
<p><span class="title">
58-
Windows:
59-
</span><br>
60-
<a href="release/SDL2-devel-2.0.22-VC.zip"
61-
>SDL2-devel-2.0.22-VC.zip</a> (Visual C++ 32/64-bit)<br>
62-
<a href="release/SDL2-devel-2.0.22-mingw.tar.gz"
63-
>SDL2-devel-2.0.22-mingw.tar.gz</a> (<a href="http://mingw-w64.sourceforge.net/">MinGW</a> 32/64-bit)<br>
64-
<a href="release/SDL2-devel-2.0.22-mingw.zip"
65-
>SDL2-devel-2.0.22-mingw.zip</a> (<a href="http://mingw-w64.sourceforge.net/">MinGW</a> 32/64-bit)<br>
66-
</p>
67-
<p><span class="title">
68-
Mac OS X:
69-
</span><br>
70-
<a href="release/SDL2-2.0.22.dmg"
71-
>SDL2-2.0.22.dmg</a><br>
72-
</p>
73-
<p><span class="title">
74-
Linux:
75-
</span><br>
76-
Please contact your distribution maintainer for updates.
77-
</p>
78-
<p><span class="title">
79-
iOS &amp; Android:
80-
</span><br>
81-
Projects for these platforms are included with the <a href="#source">source</a>.
82-
</p>
83-
</blockquote>
84-
85-
<p>
86-
Older versions of SDL are available <a href="release/">here</a>.
87-
</p>
88-
89-
</div>
90-
91-
<div class="col right">
92-
<h2>GPG Signature:</h2>
93-
<p>
94-
The source code to this release has been signed by Sam Lantinga.
95-
<br>
96-
You can get the public key from any keyserver with the key id 0xA7763BE6,
97-
or directly from Sam's home page:
98-
<a href="http://slouken.libsdl.org/slouken-pubkey.asc"
99-
>slouken-pubkey.asc</a>
100-
<br>
101-
The public key fingerprint should be:<pre class="small">
102-
pub 1024D/A7763BE6 2001-01-05 Sam Lantinga &lt;[email protected]&gt;
103-
Key fingerprint = 1528 635D 8053 A57F 77D1 E086 30A5 9377 A776 3BE6</pre>
104-
</p>
105-
<p>
106-
For more information about public key signatures, see
107-
<a href="http://www.gnupg.org/">http://www.gnupg.org/</a>
108-
</p>
109-
110-
</div>
111-
</div>
112-
<div class="clearer"></div>
113-
114-
</div>
115-
<?php require_once("include/footer.inc.php"); ?>
116-
117-
</body>
118-
</html>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="3; url='https://github.com/libsdl-org/SDL/releases/latest'" />
5+
</head>
6+
<body>
7+
<p>This has been moved to GitHub. You should be redirected there shortly, or you can click <a href="https://github.com/libsdl-org/SDL/releases/latest">this link</a> to continue.</p>
8+
</body>
9+
</html>

git.php

Lines changed: 6 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,9 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<title>Simple DirectMedia Layer - SDL source snapshots</title>
5-
<?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?>
6-
</head>
7-
<body>
8-
<div id="wrapper">
9-
<?php require_once("include/header.inc.php"); ?>
10-
<div id="left">
11-
<?php require_once("include/sidebar.inc.php"); ?>
12-
</div>
13-
<div id="content">
14-
<h1>SDL source snapshots</h1>
15-
<div>
16-
17-
<p>
18-
The latest development version of SDL is available via <a href="https://github.com/libsdl-org/SDL">Git</a>.
19-
</p>
20-
<p>
21-
Git allows you to get up-to-the-minute fixes and enhancements;
22-
as a developer works on a source tree, you can mirror it instead of waiting
23-
for an official release.
24-
</p>
25-
</div>
26-
27-
<div class="col left">
28-
<hr/>
29-
30-
<p><font color="#414141">
31-
Source snapshot for SDL 2.0 (Updated
32-
<!-- SDL 2.0 DATE --> Mon Jun 13
33-
)</p>
34-
<blockquote>
35-
<!-- SDL 2.0 ZIP --><a href="tmp/SDL-2.23.0-6606ab8.zip">SDL-2.23.0-6606ab8.zip</a><!-- -->
36-
<br/>
37-
<!-- SDL 2.0 TGZ --><a href="tmp/SDL-2.23.0-6606ab8.tar.gz">SDL-2.23.0-6606ab8.tar.gz</a><!-- -->
38-
</blockquote>
39-
</div>
40-
<div class="clearer"></div>
41-
<div>
42-
<strong>Note: These are not official releases and may be unstable!</strong>
43-
</div>
44-
</div>
45-
<div class="clearer"></div>
46-
</div>
47-
<?php require_once("include/footer.inc.php"); ?>
48-
49-
</body>
3+
<head>
4+
<meta http-equiv="refresh" content="3; url='https://github.com/libsdl-org'" />
5+
</head>
6+
<body>
7+
<p>This has been moved to GitHub. You should be redirected there shortly, or you can click <a href="https://github.com/libsdl-org">this link</a> to continue.</p>
8+
</body>
509
</html>

include/header.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="header">
22
<div id="download_hint" class="box">
3-
Get the current <strong>stable</strong> <a href="download-2.0.php">SDL version 2.0.22</a><br />
3+
Get the current <strong>stable</strong> <a href="https://github.com/libsdl-org/SDL/releases/latest">SDL version 2.24.0</a><br />
44
</div>
55
</div>

include/nextver.inc.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?php
22
// Update these on each release.
33
$current_sdl_major = 2;
4-
$current_sdl_minor = 0;
5-
$current_sdl_patch = 22;
6-
$next_sdl_version_duedate = "July 25, 2022 23:59:59 GMT-0800";
4+
$current_sdl_minor = 24;
5+
$current_sdl_patch = 0;
6+
$next_sdl_version_duedate = "November 1, 2022 23:59:59 GMT-0800";
77

8-
// for 2.0.20 we added a new milestone, so this number is out of order for the next few versions. Don't just bump it by one!
9-
$github_milestone_id = '4'; // sadly, these don't have version strings, so we have to update for each release.
8+
$github_milestone_id = '7'; // sadly, these don't have version strings, so we have to update for each release.
109

1110
// don't touch these.
1211
$current_sdl_version = "$current_sdl_major.$current_sdl_minor.$current_sdl_patch";
13-
$development_sdl_version = "$current_sdl_major.$current_sdl_minor." . ($current_sdl_patch + 1);
14-
$next_sdl_version = "$current_sdl_major.$current_sdl_minor." . ($current_sdl_patch + 2);
12+
$development_sdl_version = "$current_sdl_major." . ($current_sdl_minor + 1) . ".x";
13+
$next_sdl_version = "$current_sdl_major." . ($current_sdl_minor + 2) . ".0";
1514
?>

include/sidebar.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<div class="box blue">
2121
<h4>Download</h4>
2222
<ul class="menu">
23-
<li<?php if($current_page=="download-2.0") echo" class=\"active\"";?>><a href="/download-2.0.php">SDL Releases</a></li>
23+
<li<?php if($current_page=="download-2.0") echo" class=\"active\"";?>><a href="https://github.com/libsdl-org/SDL/releases/latest">SDL Releases</a></li>
2424
<!--<li<?php if($current_page=="download-1.2") echo" class=\"active\"";?>><a href="/download-1.2.php">SDL 1.2</a></li>-->
25-
<li<?php if($current_page=="git") echo" class=\"active\"";?>><a href="/git.php">SDL Git</a></li>
26-
<li<?php if($current_page=="languages") echo" class=\"active\"";?>><a href="/languages.php">Bindings</a></li>
25+
<li<?php if($current_page=="git") echo" class=\"active\"";?>><a href="https://github.com/libsdl-org/">SDL GitHub</a></li>
26+
<li<?php if($current_page=="languages") echo" class=\"active\"";?>><a href="/languages.php">Language Bindings</a></li>
2727
</ul>
2828
</div>

0 commit comments

Comments
 (0)