version to 1.1.10pre
This commit is contained in:
parent
ab9bf0bce3
commit
de2ab2cad7
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# The OpenRocket build version
|
# 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
|
# The source of the package. When building a package for a specific
|
||||||
|
@ -83,25 +83,25 @@ $updates = "";
|
|||||||
$unstable = "1.1.9";
|
$unstable = "1.1.9";
|
||||||
$stable = "1.0.0";
|
$stable = "1.0.0";
|
||||||
|
|
||||||
if (preg_match("/^1\.1\.8/", $version)) {
|
if (preg_match("/^1\.1\.8$/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"6: Additional template printing\n" .
|
"6: Additional template printing\n" .
|
||||||
"5: Geodetic computations\n" .
|
"5: Geodetic computations\n" .
|
||||||
"4: Bug fixes\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"6: Additional template printing\n" .
|
"6: Additional template printing\n" .
|
||||||
"5: Geodetic computations\n" .
|
"5: Geodetic computations\n" .
|
||||||
"4: Bug fixes\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"8: Automatic rocket design optimization\n" .
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Additional template printing\n" .
|
"6: Additional template printing\n" .
|
||||||
"5: Geodetic computations\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"8: Automatic rocket design optimization\n" .
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial localization support\n" .
|
"6: Initial localization support\n" .
|
||||||
@ -110,14 +110,14 @@ if (preg_match("/^1\.1\.8/", $version)) {
|
|||||||
"5: Scaling support\n" .
|
"5: Scaling support\n" .
|
||||||
"4: Bug fixes\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"8: Automatic rocket design optimization\n" .
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial localization support\n" .
|
"6: Initial localization support\n" .
|
||||||
"5: Fixes to printing system\n" .
|
"5: Fixes to printing system\n" .
|
||||||
"5: Scaling support\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"8: Automatic rocket design optimization\n" .
|
"8: Automatic rocket design optimization\n" .
|
||||||
"7: Initial printing support\n" .
|
"7: Initial printing support\n" .
|
||||||
@ -125,7 +125,7 @@ if (preg_match("/^1\.1\.8/", $version)) {
|
|||||||
"5: Scaling support\n" .
|
"5: Scaling support\n" .
|
||||||
"4: Bug fixes\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"8: Automatic rocket design optimization\n" .
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial printing support\n" .
|
"6: Initial printing support\n" .
|
||||||
@ -134,7 +134,7 @@ if (preg_match("/^1\.1\.8/", $version)) {
|
|||||||
"5: Scaling support\n" .
|
"5: Scaling support\n" .
|
||||||
"4: Bug fixes\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" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"8: Automatic rocket design optimization\n" .
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial printing support\n" .
|
"6: Initial printing support\n" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user