X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=html%2Factions%2Fupdates.php;h=e7fa0ee7d5a25f40b33ef39abd56344bbda35592;hb=6d71a8c4a93455ea8d3df1ed42d33b941847efcc;hp=aceea7931c52c5eb1de6148fc41d678fd498373d;hpb=c72e1c03cc0d15e11368707c38721d506ce356b9;p=debian%2Fopenrocket diff --git a/html/actions/updates.php b/html/actions/updates.php index aceea793..e7fa0ee7 100644 --- a/html/actions/updates.php +++ b/html/actions/updates.php @@ -69,9 +69,10 @@ header("Content-type: text/plain"); $version = $_GET["version"]; $updates = ""; -if (preg_match("/^0\.9\.(4|5pre)/",$version)) { - $updates = "Version: 0.9.5\n" . - "5: Important bug fixes"; +if (preg_match("/^0\.9\.(4|5pre|5|6pre)/",$version)) { + $updates = "Version: 0.9.6\n" . + "6: Aerodynamic computation updates\n" . + "5: Numerous bug fixes"; }