Skip to content

Commit

Permalink
Stable Release <v0.44.0>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jun 24, 2018
1 parent 0b7688b commit 8b0bf65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified MegaMek.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
VERSION HISTORY:
----------------
v0.43.12-RC6
v0.44.0 (2018-06-24 1900 UTC)
+ If no fluff image is found for the model, check for generic chassis image for record sheet.
+ Issue #160: Industrial Mechs ICE engine Tech Progression Wrong
+ Update MegaMek.jar to v0.44.0


v0.43.11-RC5 (2018-06-04 0100 UTC)
+ Issue #156: Davy Crockett ammo issue
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 @@ -32,7 +32,7 @@
import megameklab.com.ui.Mek.MainUI;

public class MegaMekLab {
public static final String VERSION = "0.43.12-RC6";
public static final String VERSION = "0.44.0";

private static MMLogger logger = null;

Expand Down

0 comments on commit 8b0bf65

Please sign in to comment.