Skip to content

Commit

Permalink
development snapshot <0.43.3>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jul 18, 2017
1 parent 4cff97b commit 5467c8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified MegaMek.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.43.3-git
v0.43.3 (2017-07-18 18:30 UTC)
+ Bug: Some conventional infantry options require a higher tech level for Clan conventional infantry.
+ Issue #59: Drop-down list error when creating infantry.
+ QuadVee editing support; record sheets are usable but show as quad mech without second crew damage track.
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.43.3-git";
public static final String VERSION = "0.43.3";

public static void main(String[] args) {
System.setProperty("apple.laf.useScreenMenuBar", "true");
Expand Down

0 comments on commit 5467c8d

Please sign in to comment.