From e6f06a7d856152a3f7eab6c1797f79565ea4de4c Mon Sep 17 00:00:00 2001 From: plaa Date: Tue, 1 Sep 2009 15:59:16 +0000 Subject: [PATCH] 0.9.4pre git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@23 180e2498-e6e9-4542-8430-84ac67f01cd8 --- build.properties | 2 +- html/download.html | 4 ++-- html/index.html | 7 +++++++ releasing.txt | 7 ++++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index 1cbad044..d74b630a 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ # The OpenRocket build version -build.version=0.9.3 +build.version=0.9.4pre # The source of the package. When building a package for a specific diff --git a/html/download.html b/html/download.html index b850cebe..d3497cac 100644 --- a/html/download.html +++ b/html/download.html @@ -56,7 +56,7 @@ later. The Sun JRE is recommended.

- Download OpenRocket 0.9.2

+ Download OpenRocket 0.9.3

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.2.jar
+
$ java -jar OpenRocket-0.9.3.jar

Older packages and source code are available from the SourceForge repository.

diff --git a/html/index.html b/html/index.html index 169187fa..c2d39944 100644 --- a/html/index.html +++ b/html/index.html @@ -90,6 +90,13 @@

News

+

1.9.2009: Version 0.9.3 is + released!

+ +

This version includes lots of bug fixes and new features including + data exporting, showing flight events in plots, example rocket designs, + splitting clustered inner tubes and automated bug reporting.

+

13.7.2009: Version 0.9.2 is released!

diff --git a/releasing.txt b/releasing.txt index 499c502b..389c310c 100644 --- a/releasing.txt +++ b/releasing.txt @@ -9,5 +9,10 @@ Steps for making a release: 6. Copy distribution files into dist/ 7. Update Eclipse project and commit files to SVN 8. Tag the version in SVN - +9. Upload JAR and source distribution and ReleaseNotes to Sourceforge + (Project Admin -> File Manager, create new version directory + upload) +10. Update HTML: index.html (release notes) download.html (version number) +11. Update HTML to web server +12. Send email about new release +13. Update build.properties to "pre" version + commit -- 2.47.2