version to 1.1.10pre
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 24 Nov 2011 19:34:12 +0000 (19:34 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 24 Nov 2011 19:34:12 +0000 (19:34 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@211 180e2498-e6e9-4542-8430-84ac67f01cd8

build.properties
web/html/actions/updates.php

index 9a2cca35d05b3a5e1a5471de3baa6bfcc0df64dd..1f59e9ca91e0178a09e436258bd908e0c0d3de0c 100644 (file)
@@ -1,7 +1,7 @@
 
 # The OpenRocket build version
 
-build.version=1.1.9
+build.version=1.1.10pre
 
 
 # The source of the package.  When building a package for a specific
index 6eb20b6cf17d969d1386f12103b19695429e7802..345b1766cbed350832843dce5f0fb9726bf98bc4 100644 (file)
@@ -83,25 +83,25 @@ $updates = "";
 $unstable = "1.1.9";
 $stable = "1.0.0";
 
-if (preg_match("/^1\.1\.8/", $version)) {
+if (preg_match("/^1\.1\.8$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "6: Additional template printing\n" .
     "5: Geodetic computations\n" .
     "4: Bug fixes\n" .
     "";
-} else if (preg_match("/^1\.1\.7/", $version)) {
+} else if (preg_match("/^1\.1\.7$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "6: Additional template printing\n" .
     "5: Geodetic computations\n" .
     "4: Bug fixes\n" .
     "";
-} else if (preg_match("/^1\.1\.6/", $version)) {
+} else if (preg_match("/^1\.1\.6$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "6: Additional template printing\n" .
     "5: Geodetic computations\n" .
     "";
-} else if (preg_match("/^1\.1\.5/", $version)) {
+} else if (preg_match("/^1\.1\.5$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "6: Initial localization support\n" .
@@ -110,14 +110,14 @@ if (preg_match("/^1\.1\.8/", $version)) {
     "5: Scaling support\n" .
     "4: Bug fixes\n" .
     "";
-} else if (preg_match("/^1\.1\.4/", $version)) {
+} else if (preg_match("/^1\.1\.4$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "6: Initial localization support\n" .
     "5: Fixes to printing system\n" .
     "5: Scaling support\n" .
     "";
-} else if (preg_match("/^1\.1\.3/", $version)) {
+} else if (preg_match("/^1\.1\.3$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "7: Initial printing support\n" .
@@ -125,7 +125,7 @@ if (preg_match("/^1\.1\.8/", $version)) {
     "5: Scaling support\n" .
     "4: Bug fixes\n" .
     "";
-} else if (preg_match("/^1\.1\.[12]/", $version)) {
+} else if (preg_match("/^1\.1\.[12]$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "6: Initial printing support\n" .
@@ -134,7 +134,7 @@ if (preg_match("/^1\.1\.8/", $version)) {
     "5: Scaling support\n" .
     "4: Bug fixes\n" .
     "";
-} else if (preg_match("/^1\.1\.0/", $version)) {
+} else if (preg_match("/^1\.1\.0$/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "6: Initial printing support\n" .