From 2404dabfc58a9c84cdbb08e27fb1e3dc6522fb4a Mon Sep 17 00:00:00 2001 From: Carl Spain Date: Tue, 20 Aug 2019 12:31:36 -0500 Subject: [PATCH] Stable release --- build.gradle | 2 +- docs/history.txt | 4 +++- src/megameklab/com/MegaMekLab.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2e5383e90..df7b21911 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.46.0-rc.2' +version = '0.46.0' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index 28d09a81f..6ab53719e 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,8 @@ VERSION HISTORY: ---------------- -0.46.0-rc.2 (2019-08-12 0100 UTC) +v0.46.0 (2019-08-20 1900 UTC) + +v0.46.0-rc.2 (2019-08-12 0100 UTC) + Issue #333: ASF printing - Missing armor pips v0.46.0-rc.1 (2019-07-23 0300 UTC) diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 693793237..c3afdc00d 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -35,7 +35,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.46.0-rc.2"; + public static final String VERSION = "0.46.0"; private static MMLogger logger = null;