diff --git a/core/ReleaseNotes b/core/ReleaseNotes
index bfcef6ec6..b56b907e8 100644
--- a/core/ReleaseNotes
+++ b/core/ReleaseNotes
@@ -1,3 +1,12 @@
+OpenRocket 13.11.2 (2014-01-01):
+------------------------------
+
+Bug Fixes:
+ * Numerous bug fixes and usability improvements in the new
+ flight configuration tab.
+ * Fix couple of layout issues
+ * Updated Spanish, French and Chinese translations
+
OpenRocket 13.11.1 (2013-11-15):
------------------------------
diff --git a/core/resources/build.properties b/core/resources/build.properties
index 77081f0c4..173053487 100644
--- a/core/resources/build.properties
+++ b/core/resources/build.properties
@@ -1,7 +1,7 @@
# The OpenRocket build version
-build.version=13.11.1dev
+build.version=13.11.2
# The source of the package. When building a package for a specific
diff --git a/core/web/html/actions/updates.php b/core/web/html/actions/updates.php
index 9756a61d4..94d57bdc6 100644
--- a/core/web/html/actions/updates.php
+++ b/core/web/html/actions/updates.php
@@ -80,13 +80,18 @@ header("Content-type: text/plain");
$version = $_GET["version"];
$updates = "";
-$unstable = "13.11.1";
+$unstable = "13.11.2";
$stable = "1.0.0";
-if (preg_match("/^13.11$/", $version)) {
+if (preg_match("/^13.11.1$/", $version)) {
+ $updates = "Version: " . $unstable . "\n" .
+ "4: Bug fixes - Various fixes to motor selection\n".
+ "";
+} else if (preg_match("/^13.11$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"4: Bug fixes - Tube Coupler configuration among other things\n".
+ "4: Bug fixes - Various fixes to motor selection\n".
"";
} else if (preg_match("/^13.09.1$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
diff --git a/core/web/html/download.html b/core/web/html/download.html
index 28fc613c8..39c3a72a3 100644
--- a/core/web/html/download.html
+++ b/core/web/html/download.html
@@ -48,6 +48,10 @@
Recent news:
+
01.01.2014: Version 13.11.2 is
+ released! This release contains bug fixes,
+ usability improvements, and layout fixes.
+
15.11.2013: Version 13.11.1 is
released! This release contains bug fixes
including fixing Tube Coupler configuration, various exceptions in
@@ -97,20 +101,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.11.1.jar
+
java -jar OpenRocket-13.11.2.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 5fa108937..461fdfd07 100644
--- a/core/web/html/index.html
+++ b/core/web/html/index.html
@@ -49,12 +49,12 @@
Introduction
@@ -96,6 +96,10 @@
News
+
01.01.2014: Version 13.11.2 is
+ released! This release contains bug fixes,
+ usability improvements, and layout fixes.
+
15.11.2013: Version 13.11.1 is
released! This release contains bug fixes
including fixing Tube Coupler configuration, various exceptions in
diff --git a/core/web/htp/htp.def b/core/web/htp/htp.def
index 63f6affe0..a738a918f 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 6b97eeb90..3f3cd529f 100644
--- a/core/web/htp/news.htp
+++ b/core/web/htp/news.htp
@@ -9,6 +9,11 @@
+ 01.01.2014: Version 13.11.2 is
+ released! This release contains bug fixes,
+ usability improvements, and layout fixes.
+
+
15.11.2013: Version 13.11.1 is
released! This release contains bug fixes
including fixing Tube Coupler configuration, various exceptions in