| Jacques Marneweck 2004-09-27, 3:59 pm |
| jacques Mon Sep 27 11:24:30 2004 EDT
Modified files:
/php-bugs-web/include functions.inc
Log:
Updated version numbers.
http://cvs.php.net/diff.php/php-bug...4&r2=1.135&ty=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.134 php-bugs-web/include/functions.inc:1.135
--- php-bugs-web/include/functions.inc:1.134 Tue Sep 14 18:34:25 2004
+++ php-bugs-web/include/functions.inc Mon Sep 27 11:24:30 2004
@@ -119,7 +119,7 @@
function show_version_options($current,$default="")
{
- $versions = array("4.3.9RC3", "4.3.8", "4.3.7", "4CVS-".date("Y-m-d")." (stable)", "5.0.1", "5.0.0", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
+ $versions = array("4.3.9", "4.3.8", "4CVS-".date("Y-m-d")." (stable)", "5.0.2", "5.0.1", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
echo "<option value=\"\">--Please Select--</option>\n";
while (list(,$v) = each($versions)) {
echo "<option", ($current == $v ? " selected" : ""), ">$v</option>\n";
|