From 7d858ba28cdcc91131058de0fae738db9a088056 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 3 May 2020 11:28:29 -0600 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- docs/history.txt | 2 +- src/megameklab/com/MegaMekLab.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8071cacad..0651292a6 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.6-SNAPSHOT' +version = '0.47.6' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index f40ceff35..8c603670e 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.6-SNAPSHOT +0.47.6 (2020-5-03 1715 UTC) + Issue #553: Loading or printing LAM causes ArrayIndexOutOfBoundsException + PR #557: BattleArmor record sheet overhaul + Issue #536: Support Fixed Wing Aircraft with Propeller mod will not validate diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 9b72102a0..fd0adb314 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -48,7 +48,7 @@ import megameklab.com.util.UnitUtil; public class MegaMekLab { - public static final String VERSION = "0.47.6-SNAPSHOT"; + public static final String VERSION = "0.47.6"; private static MMLogger logger = null;