From eb7469534d2e1892a6621ef959b59983a3707577 Mon Sep 17 00:00:00 2001 From: Dylan Myers Date: Sun, 12 Feb 2017 23:17:37 -0500 Subject: [PATCH] Stable Release <0.42.1> --- megamek/docs/OfficialUnitList.txt | 4 ++-- megamek/docs/history.txt | 2 +- megamek/src/megamek/MegaMek.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/megamek/docs/OfficialUnitList.txt b/megamek/docs/OfficialUnitList.txt index b34b79b58d9..ec88428cdb1 100644 --- a/megamek/docs/OfficialUnitList.txt +++ b/megamek/docs/OfficialUnitList.txt @@ -501,7 +501,7 @@ Armored Personnel Carrier (Hover Sensors)| Mobile Long Tom Artillery Ammunition Carriage LT-MOB-25| Sea Skimmer Hydrofoil (SRM6)| Mobile Headquarters (LRM)| -J. Edgar Light Hover Tank (Standard)| +J-27 Ordnance Transport (Standard)| Demolisher Heavy Tank (Defensive)| Armored Personnel Carrier (Wheeled SRM)| Scorpion Light Tank (Standard)| @@ -6689,7 +6689,7 @@ Argus AGS-5D| Razorback RZK-10T| Legacy LGC-04-WVR| Templar TLR1-OI| -Chimera CMA-2k| +Chimera CMA-2K| Akuma AKU-2X| Red Shift RDS-3A| Lao Hu LHU-4E| diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index b7d6131875f..b7177220e98 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -v0.42.1-git +v0.42.1 (2017-02-13 03:30 UTC) + Issues #47/#48 from MML Tracker - Critical Slot allocations wrong for BA SRM4(OS) and BA LBX + Issue #467: Princess bot NPEs in physical attacks phase diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index bb7e5bcbc74..0eba0b6fe26 100644 --- a/megamek/src/megamek/MegaMek.java +++ b/megamek/src/megamek/MegaMek.java @@ -63,7 +63,7 @@ */ public class MegaMek { - public static String VERSION = "0.42.0"; //$NON-NLS-1$ + public static String VERSION = "0.42.1"; //$NON-NLS-1$ public static long TIMESTAMP = new File(PreferenceManager .getClientPreferences().getLogDirectory() + File.separator