diff --git a/build.gradle b/build.gradle index cb31976eb..cd01f22a8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.11-SNAPSHOT' +version = '0.47.11' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index 0c5849710..a2aa3719d 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.11-SNAPSHOT +0.47.11 (2020-10-04 2100 UTC) + Issue #768: Patchwork armor error + Issue #749: Tag for special internal structure missing on Record Sheets + Issue #726: Small support vehicle record sheet shows weight in tons diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 3e4689b82..eb4477f5d 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.11-SNAPSHOT"; + public static final String VERSION = "0.47.11"; private static MMLogger logger = null;