diff --git a/core/ChangeLog b/core/ChangeLog index 7aebf1b0f..8e4d3066f 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,3 +1,6 @@ +2013-11-07 Kevin Ruland + * Released version 13.11 + 2013-10-05 Kevin Ruland * Released version 13.09.1 diff --git a/core/ReleaseNotes b/core/ReleaseNotes index ef3751b94..35c77e333 100644 --- a/core/ReleaseNotes +++ b/core/ReleaseNotes @@ -1,3 +1,15 @@ +OpenRocket 13.11 (2013-11-08): +------------------------------ + +New Features: + * Chinese translations + * Replaced flight configuration dialog with more efficient configuration tab + * Improved filtering in motor chooser dialog + +Bug Fixes: + * Updated jogl to correct 3d problems on various platforms + * Fixed NPE introduced by changes in Java 1.7.0_45-b18 + OpenRocket 13.09.1 (2013-10-05): ------------------------------ diff --git a/core/resources/build.properties b/core/resources/build.properties index 500d4f7ae..7a64b4950 100644 --- a/core/resources/build.properties +++ b/core/resources/build.properties @@ -1,7 +1,7 @@ # The OpenRocket build version -build.version=13.09.1dev +build.version=13.11 # The source of the package. When building a package for a specific diff --git a/core/resources/datafiles/thrustcurves/thrustcurves.ser b/core/resources/datafiles/thrustcurves/thrustcurves.ser index f0a2d7bc6..5aa6e3c90 100644 Binary files a/core/resources/datafiles/thrustcurves/thrustcurves.ser and b/core/resources/datafiles/thrustcurves/thrustcurves.ser differ diff --git a/swing/resources/datafiles/presets/system.ser b/swing/resources/datafiles/presets/system.ser index bd1b8da4e..404e4735a 100644 Binary files a/swing/resources/datafiles/presets/system.ser and b/swing/resources/datafiles/presets/system.ser differ