diff --git a/build.gradle b/build.gradle index 5a4ec8ac5..4c608ee8a 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.5-SNAPSHOT' +version = '0.47.5' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index e50c93a6d..ad06fccc2 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.5-SNAPSHOT +0.47.5 (2020-4-01 2000 UTC) + Issue #435: Infantry exports not going to TXT, only HTML + Issue #437: Disappearing DS Collars on Space Station + Issue #430: Spreadable equipment disappears when removed from tripod center leg diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index e6d81450e..06bc91e6f 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.5-SNAPSHOT"; + public static final String VERSION = "0.47.5"; private static MMLogger logger = null;