diff --git a/build.gradle b/build.gradle index 16152fead..dc5aa8e7d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.10-SNAPSHOT' +version = '0.47.10' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index cd473a3bc..440ee73d1 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.10-SNAPSHOT +0.47.10 (2020-09-20 2100 UTC) + Issue #700: Heat display for IndustrialMechs does not update after changing engine types + Issue #722: VSTOL equipment does not appear on fighter record sheets + Issue #723: LAMs add pilot data even if none is specified diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 1f13ce0b1..db11ab0ae 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -49,7 +49,7 @@ import megameklab.com.util.UnitUtil; public class MegaMekLab { - public static final String VERSION = "0.47.10-SNAPSHOT"; + public static final String VERSION = "0.47.10"; private static MMLogger logger = null;