diff --git a/build.gradle b/build.gradle index cb5a79bd8..f35d26c0e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.47.3-SNAPSHOT' +version = '0.47.3' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index c4f3ba6d8..0abd4bfa4 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -v0.47.3-SNAPSHOT +v0.47.3 (2020-2-11 2200 UTC) + Issue #371: Capital Missile Bays wrongly grouped as Tele (also warnings on load) + Issue #375: Maximum armor calculation is incorrect for Warships + Issue #376: Can't build Primitive Jumpships diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 1d0c399ee..5457d9e50 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -47,7 +47,7 @@ import megameklab.com.util.UnitUtil; public class MegaMekLab { - public static final String VERSION = "0.47.3-SNAPSHOT"; + public static final String VERSION = "0.47.3"; private static MMLogger logger = null;