X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=html%2Factions%2Fupdates.php;h=e7fa0ee7d5a25f40b33ef39abd56344bbda35592;hb=6db4fec8a7ff65b40f1d8b38a2fb254255e740af;hp=aceea7931c52c5eb1de6148fc41d678fd498373d;hpb=e298a9509613f232227d16d28310611b33c3aa03;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"; }