From 6db4fec8a7ff65b40f1d8b38a2fb254255e740af Mon Sep 17 00:00:00 2001 From: plaa Date: Wed, 17 Feb 2010 21:00:43 +0000 Subject: [PATCH 1/1] update to 0.9.7pre git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@39 180e2498-e6e9-4542-8430-84ac67f01cd8 --- build.properties | 2 +- html/actions/updates.php | 7 ++++--- html/download.html | 4 ++-- html/index.html | 7 +++++++ 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/build.properties b/build.properties index 4eea00a4..49f68289 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 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"; } diff --git a/html/download.html b/html/download.html index f39dd70e..5e3d49cb 100644 --- a/html/download.html +++ b/html/download.html @@ -56,7 +56,7 @@ later. The Sun JRE is recommended.

- Download OpenRocket 0.9.5

+ Download OpenRocket 0.9.6

OpenRocket 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 b8783d0d..7be48a7b 100644 --- a/html/index.html +++ b/html/index.html @@ -90,6 +90,13 @@

News

+

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!

-- 2.39.5