diff --git a/docs/history.txt b/docs/history.txt index 98eb62dc2..a829e4967 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,11 +1,12 @@ VERSION HISTORY: ---------------- +v0.45.0-git + 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 + Issue #152: Mech Image not printing diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index e1df74e5c..7160d6595 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -32,7 +32,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.44.0"; + public static final String VERSION = "0.45.0-git"; private static MMLogger logger = null;