diff --git a/MegaMek.jar b/MegaMek.jar index eada28c6a..2ef38f7a6 100644 Binary files a/MegaMek.jar and b/MegaMek.jar differ diff --git a/docs/history.txt b/docs/history.txt index 8cf58c0bc..413b5305d 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,7 +1,8 @@ VERSION HISTORY: ---------------- -v0.41.26-git +v0.41.26 (2016-11-02 02:00 UTC) + Fix #35 by normalizing references to files to use the names of the data files ++ Updated MegaMek.jar to 0.41.26 v0.41.25 (2016-10-15 14:40 UTC) + Updated MegaMek.jar to 0.41.25 diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 6a45218bf..81bb5e079 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.26-git"; + public static final String VERSION = "0.41.26"; public static void main(String[] args) { System.setProperty("apple.laf.useScreenMenuBar", "true");