diff --git a/core/ChangeLog b/core/ChangeLog
index 0a83bfb74..402fa56e2 100644
--- a/core/ChangeLog
+++ b/core/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-08 Sampo Niskanen
+
+ * Released version 13.09
+
2013-08-18 Bill Kuker
* Upgraded JOGL to version 2.0.2
diff --git a/core/ReleaseNotes b/core/ReleaseNotes
index 8769d859d..4efa93284 100644
--- a/core/ReleaseNotes
+++ b/core/ReleaseNotes
@@ -1,3 +1,10 @@
+OpenRocket 13.09 (2013-09-08):
+------------------------------
+
+This release contains a number of bug fixes, updated 3D JOGL
+libraries, and separates simulation edit and plot dialogs.
+
+
OpenRocket 13.05 (2013-05-04):
------------------------------
diff --git a/core/resources/build.properties b/core/resources/build.properties
index d9a7349a2..b82c21857 100644
--- a/core/resources/build.properties
+++ b/core/resources/build.properties
@@ -1,7 +1,7 @@
# The OpenRocket build version
-build.version=13.05dev
+build.version=13.09
# The source of the package. When building a package for a specific
diff --git a/core/resources/datafiles/presets/system.ser b/core/resources/datafiles/presets/system.ser
index bd1b8da4e..d1da35045 100644
Binary files a/core/resources/datafiles/presets/system.ser and b/core/resources/datafiles/presets/system.ser differ
diff --git a/core/resources/datafiles/thrustcurves/thrustcurves.ser b/core/resources/datafiles/thrustcurves/thrustcurves.ser
index c7c589781..81dc3d28e 100644
Binary files a/core/resources/datafiles/thrustcurves/thrustcurves.ser and b/core/resources/datafiles/thrustcurves/thrustcurves.ser differ
diff --git a/core/web/html/actions/updates.php b/core/web/html/actions/updates.php
index e0615a947..7a072a002 100644
--- a/core/web/html/actions/updates.php
+++ b/core/web/html/actions/updates.php
@@ -80,11 +80,16 @@ header("Content-type: text/plain");
$version = $_GET["version"];
$updates = "";
-$unstable = "13.05";
+$unstable = "13.09";
$stable = "1.0.0";
-if (preg_match("/^12.09.1$/", $version)) {
+if (preg_match("/^13.05$/", $version)) {
+ $updates = "Version: " . $unstable . "\n" .
+ "4: Updated 3D libraries\n" .
+ "4: Bug fixes\n" .
+ "";
+} else if (preg_match("/^12.09.1$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"10: Realistic 3D rendering\n" .
"9: Flight configurations\n" .
diff --git a/core/web/html/download.html b/core/web/html/download.html
index 0df03c0da..0f5c6c4b9 100644
--- a/core/web/html/download.html
+++ b/core/web/html/download.html
@@ -48,6 +48,10 @@
Recent news:
+
8.9.2013: Version 13.09 is
+ released! This release contains
+ numerous bug fixes, updated 3D JOGL libraries, and separated
+ simulation edit and plot dialogs.
4.5.2013: Version 13.05 is
released! This release contains a huge
number of improvements, the main ones including realistic 3D
@@ -63,10 +67,6 @@
fixing numerous bugs introduced in 12.09. The only new feature is
the option to automatically open the latest design file on startup
(in Edit → Preferences → Options).
-
23.9.2012: Version 12.09 for Android is
- released! The major improvement is the
- possibility to edit simulation parameters, thanks to work by Kevin
- Ruland.
Ready packages
@@ -87,20 +87,20 @@
OpenRocket can be started in most graphical environments (including
Windows) by double-clicking the package icon. No installation is
required.
From the command line OpenRocket can be started by
- java -jar OpenRocket-13.05.jar
+
java -jar OpenRocket-13.09.jar
Android version
The Android version allows opening OpenRocket files, viewing
simulations and motors. Later versions will allow running
diff --git a/core/web/html/index.html b/core/web/html/index.html
index 01fdbb899..a2eb92172 100644
--- a/core/web/html/index.html
+++ b/core/web/html/index.html
@@ -49,12 +49,12 @@
Introduction
@@ -96,6 +96,10 @@
News
+
8.9.2013: Version 13.09 is
+ released! This release contains
+ numerous bug fixes, updated 3D JOGL libraries, and separated
+ simulation edit and plot dialogs.
4.5.2013: Version 13.05 is
released! This release contains a huge
number of improvements, the main ones including realistic 3D
diff --git a/core/web/htp/htp.def b/core/web/htp/htp.def
index 811bc7604..276ce86dc 100644
--- a/core/web/htp/htp.def
+++ b/core/web/htp/htp.def
@@ -1,4 +1,4 @@
-
+
diff --git a/core/web/htp/news.htp b/core/web/htp/news.htp
index 85604a9de..0c5ea4eba 100644
--- a/core/web/htp/news.htp
+++ b/core/web/htp/news.htp
@@ -9,6 +9,11 @@
+ 8.9.2013: Version 13.09 is
+ released! This release contains
+ numerous bug fixes, updated 3D JOGL libraries, and separated
+ simulation edit and plot dialogs.
+
4.5.2013: Version 13.05 is
released! This release contains a huge
number of improvements, the main ones including realistic 3D
@@ -27,15 +32,15 @@
the option to automatically open the latest design file on startup
(in Edit → Preferences → Options).
+
+
+
+
23.9.2012: Version 12.09 for Android is
released! The major improvement is the
possibility to edit simulation parameters, thanks to work by Kevin
Ruland.
-
-
-
-
16.9.2012: Version 12.09 is
released!