diff --git a/build.gradle b/build.gradle index 68b23934a..1b1cbc751 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.7-SNAPSHOT' +version = '0.47.7' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index 23c9eb22f..cfd00441f 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.7-SNAPSHOT +0.47.7 (2020-06-22 2330 UTC) + Issue #614: Change the list of equipment while sort by Crit section cause error + Issue #612: Overlapping Text in Vehicle Record Sheet + Bug: Can't assign UMU to ProtoMech diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 7940ac7b5..c1ded8830 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.7-SNAPSHOT"; + public static final String VERSION = "0.47.7"; private static MMLogger logger = null;