diff --git a/MegaMek.jar b/MegaMek.jar index bdb08725d..89f27a0d6 100644 Binary files a/MegaMek.jar and b/MegaMek.jar differ diff --git a/docs/history.txt b/docs/history.txt index 9542462ca..6661d5d92 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -v0.41.27-git +v0.41.27 + Fixes #14: Mixtech does not allow you to select mixtech armor + Fixes #31: ProtoType Jump Jets Missing from Dropdown + Fixes #34: Mixed tech units display ALL armor types @@ -8,6 +8,7 @@ v0.41.27-git + Added naval movement modes for combat vehicles. + Fixes #33: Large shield messing with jump jets + Fixes #29: Jump Jet issue with modular armor ++ Updated MegaMek.jar to 0.41.27 v0.41.26 (2016-11-02 02:00 UTC) + Fix #35 by normalizing references to files to use the names of the data files diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index c4936e63a..7dabb7cfb 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.41.27-git"; + public static final String VERSION = "0.41.27"; public static void main(String[] args) { System.setProperty("apple.laf.useScreenMenuBar", "true");