diff --git a/build.gradle b/build.gradle index 3db6e4ca7..228690fb9 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.9-SNAPSHOT' +version = '0.47.9' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index 8cdd4310c..53b94336e 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.9-SNAPSHOT +0.47.9 (2020-08-07 1830 UTC) + Issue #693: RFE Combat Crew Seating + Issue #699: Critical slots for cargo incorrectly displayed in Unallocated Equipment list + Issue #658: ARTS Transport Bays diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index dcae62412..3bff43d4a 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.9-SNAPSHOT"; + public static final String VERSION = "0.47.9"; private static MMLogger logger = null;