From f3ef076af00e408d46c7c7498257483ff7b3de8f Mon Sep 17 00:00:00 2001 From: HammerGS Date: Fri, 15 Nov 2019 13:30:42 -0700 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- megamek/docs/history.txt | 2 +- megamek/src/megamek/MegaMek.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 98fe2963738..f7174ae8cd9 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.47.2-SNAPSHOT' + version = '0.47.2' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 62fa0ae7848..e44d362a106 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -v0.47.2-SNAPSHOT +v0.47.2 (2019-11-15 2000 UTC) +PR #1535: Use correct cost for Protomech EDP armor +PR #1533: Improved bot usage of field gun infantry +PR #1541: Fixes an issue where tanks that took "immobilized" motive damage in high-G would still be considered mobile diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index 151e81c0e95..ea322da4a36 100644 --- a/megamek/src/megamek/MegaMek.java +++ b/megamek/src/megamek/MegaMek.java @@ -75,7 +75,7 @@ public class MegaMek { private static final MMLogger logger = DefaultMmLogger.getInstance(); - public static String VERSION = "0.47.2-SNAPSHOT"; //$NON-NLS-1$ + public static String VERSION = "0.47.2"; //$NON-NLS-1$ public static long TIMESTAMP = new File(PreferenceManager .getClientPreferences().getLogDirectory() + File.separator