Skip to content

Commit

Permalink
ready to develop <0.42.3>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed May 1, 2017
1 parent 557c300 commit 31fbbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/history.txt
@@ -1,5 +1,7 @@
VERSION HISTORY:
----------------
v0.42.3-git

v0.42.2 (2017-05-1 01:00 UTC)
+ Fix #61: No cooland pod weight until assigned crit
+ Issue #50: Super heavies shouldn't be allowed to use certain equipment.
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Expand Up @@ -25,7 +25,7 @@
import megameklab.com.ui.Mek.MainUI;

public class MegaMekLab {
public static final String VERSION = "0.42.2";
public static final String VERSION = "0.42.3-git";

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

0 comments on commit 31fbbcb

Please sign in to comment.