Skip to content

Commit

Permalink
Stable Release <0.42.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Feb 13, 2017
1 parent 334aee4 commit 5f191f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified MegaMek.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/history.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5f191f1

Please sign in to comment.