From d3d20a2c2a066d60ed9fccd94cbfb1d3daf58409 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 2 Aug 2020 18:23:12 -0600 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- docs/history.txt | 5 +++-- src/megameklab/com/MegaMekLab.java | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4cb852586..0d4b5c8c2 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.8-SNAPSHOT' +version = '0.47.8' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index 863597d92..d832bbcbb 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,7 @@ VERSION HISTORY: ---------------- -0.47.8-SNAPSHOT +0.47.8 (2020-08-02 2300 UTC) ++ PR #664: Quick reference tables for mech record sheets + Issue #611: [Errata] Naval Repair Facilities should use 2 docking collars no matter their capacity + Issue #636: TRO summary does not show armored components + Issue #644: Weight-Free Heat Sinks of Small Craft and Dropship is not changed when change the shape @@ -45,7 +46,7 @@ VERSION HISTORY: + PR #610: Edit size of variable sized equipment on the equipment tab + PR #649: Record sheet inventory text overlap + Issue #656: Mounting artillery on a DropShip leads to the wrong date for Availability in Preview -+ PR #664: Quick reference tables for mech record sheets + 0.47.6 (2020-5-03 1715 UTC) + Issue #553: Loading or printing LAM causes ArrayIndexOutOfBoundsException diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index ce0ec5076..33fc1ab59 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.8-SNAPSHOT"; + public static final String VERSION = "0.47.8"; private static MMLogger logger = null;