diff --git a/MegaMek.jar b/MegaMek.jar index 2902967f8..d11f6a690 100644 Binary files a/MegaMek.jar and b/MegaMek.jar differ diff --git a/docs/history.txt b/docs/history.txt index 2bfc6be1d..1562f9ec5 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,16 +1,16 @@ VERSION HISTORY: ---------------- -======= -v0.42.1-git +v0.42.1 (2017-02-13 03:30 UTC) + Printing for conventional infantry record sheets. + New infantry motive types: VTOL and SCUBA. + Set infantry field guns, armor, specializations, and cybernetic implants/prosthetics (only what is currently supported by MegaMek). + Fix #49: Engine Criticals not set correctly in Super Heavy Mixed tech units. + Show correct engine types for mixed tech superheavy Meks (including ++ Updated MegaMek.jar to 0.42.1 v0.42.0 (2017-01-01 14:00 UTC) -+ Updated MegaMek.jar to 0.41.28 ++ Updated MegaMek.jar to 0.42.0 v0.41.28 (2016-12-18 17:35 UTC) + Updated MegaMek.jar to 0.41.28 diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 4ac369532..e5c5b7d63 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -25,7 +25,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.42.0"; + public static final String VERSION = "0.42.1"; public static void main(String[] args) { System.setProperty("apple.laf.useScreenMenuBar", "true");