From 8311644ac2a6298c40c1e71a25f7d7eeee38a202 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 21 Jan 2018 17:14:42 -0700 Subject: [PATCH] --- megamek/docs/history.txt | 4 +++- megamek/src/megamek/MegaMek.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index d7d5201b99a..38f917ef962 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,8 @@ VERSION HISTORY: ---------------- -v0.43.7 (2018-01-21 2200 UTC) +0.43.8-RC2 + +v0.43.7-RC1 (2018-01-21 2200 UTC) + Issue #823: Charging Damage against Buildings looks wrong (Mech skidding into building) + Issue #637: Infantry in swamp/mud terrain should not have a psr check (Bog Down) + Data: Fixing Validation Errors diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index 7197d767172..f9f6bc39320 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.43.7-RC1"; //$NON-NLS-1$ + public static String VERSION = "0.43.8-RC2"; //$NON-NLS-1$ public static long TIMESTAMP = new File(PreferenceManager .getClientPreferences().getLogDirectory() + File.separator