From d8b9c23c92c8e282af69db774ff76eca9b063130 Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj Gelonch Date: Thu, 25 May 2017 22:24:16 +0200 Subject: [PATCH] Bump version to 1.4.2 --- CHANGELOG | 16 +++++++++++++++- .../java/net/freerouting/freeroute/MainApp.java | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 45eabeca..c8dde0aa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,22 @@ ToDo - * Bump version to 1.4.2 + * Bump version to 1.4.3 * Migrate all GUI from swing to JavaFX * Write all documentation in docbook format +2017-05-25 + * Bump version to 1.4.2 + * Subwindows manager + * TemporarySubwindows.java + * SavableSubwindows.java + * Class structure (final class & contructor access) + * Update translations + * SnapshotAttributes.java: refactor inner class to outer class + * GUIDefaultsFileException.java: new exception used for controling + read scope methods in GUIDefaultsFile class + * ReadScopeException.java: new exception used for controling + read scope methods in specctra dessign formats + * Other improvements + 2017-05-19 * Bump version to 1.4.1 * Use Apache Commons Math: diff --git a/src/main/java/net/freerouting/freeroute/MainApp.java b/src/main/java/net/freerouting/freeroute/MainApp.java index a39c6d08..ab9894e6 100644 --- a/src/main/java/net/freerouting/freeroute/MainApp.java +++ b/src/main/java/net/freerouting/freeroute/MainApp.java @@ -48,7 +48,7 @@ public final class MainApp extends Application { /** * Change this string when creating a new version */ - private static final String VERSION_NUMBER_STRING = "1.4.2-alpha"; + private static final String VERSION_NUMBER_STRING = "1.4.2"; private static final Logger LOGGER = Logger.getLogger(MainAppController.class.getName()); private static final TestLevel DEBUG_LEVEL = TestLevel.CRITICAL_DEBUGGING_OUTPUT; private boolean single_design_option = false;