Author: matt
Date: 2011-06-16 09:14:14 -0700 (Thu, 16 Jun 2011)
New Revision: 626
Log:
Put snapshots *after* the regular releases, so that new users will find the
latest supported release first.
Modified:
trunk/software.php
Modified: trunk/software.php
===================================================================
--- trunk/software.php 2011-06-16 16:12:13 UTC (rev 625)
+++ trunk/software.php 2011-06-16 16:14:14 UTC (rev 626)
@@ -14,14 +14,14 @@
// Get the list of software files...
$files = array();
-$fp = fopen("data/snapshots.md5", "r");
+$fp = fopen("data/software.md5", "r");
while ($line = fgets($fp, 255))
$files[sizeof($files)] = trim($line);
fclose($fp);
-$fp = fopen("data/software.md5", "r");
+$fp = fopen("data/snapshots.md5", "r");
while ($line = fgets($fp, 255))
$files[sizeof($files)] = trim($line);
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit