diff --git a/build.properties b/build.properties index 4eea00a46..49f682890 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ # The OpenRocket build version -build.version=0.9.6 +build.version=0.9.7pre # The source of the package. When building a package for a specific diff --git a/html/actions/updates.php b/html/actions/updates.php index aceea7931..e7fa0ee7d 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"; } diff --git a/html/download.html b/html/download.html index f39dd70e0..5e3d49cbb 100644 --- a/html/download.html +++ b/html/download.html @@ -56,7 +56,7 @@ later. The Sun JRE is recommended.
+ Download OpenRocket 0.9.6OpenRocket is still considered beta software. If you encounter any problems, please @@ -65,7 +65,7 @@
OpenRocket can be started in graphical environments (such as Windows) by double-clicking the package icon. No installation is required. From the command line it can be started by
-$ java -jar OpenRocket-0.9.5.jar+
$ java -jar OpenRocket-0.9.6.jar
Older packages and source code are available from the SourceForge repository.
diff --git a/html/index.html b/html/index.html index b8783d0d4..7be48a7b7 100644 --- a/html/index.html +++ b/html/index.html @@ -90,6 +90,13 @@17.2.2010: Version 0.9.6 is + released!
+ +This release updates the aerodynamic calculation methods to be + more in line with the Barrowman method and enhances the simulation + time step selection, in addition to fixing numerous bugs.
+28.11.2009: Version 0.9.5 is released!