From 8eea9a207ad4d0c5c2c724372520294b9587193c Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 1 Oct 2017 20:54:50 -0600 Subject: [PATCH] Ready to Develop <0.43.5> --- docs/history.txt | 2 ++ src/megameklab/com/MegaMekLab.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/history.txt b/docs/history.txt index a217ff992..5e9615e1e 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,5 +1,7 @@ VERSION HISTORY: ---------------- +v0.43.5-git + v0.43.4 (2017-10-01 11:00 UTC) + Issue #58: Right-click > Left/Right Torso > Add to Left/Right Torso for targeting computer makes it use only one crit slot + Issue #63: Double Heat Sinks are allowing "doubling up" on Super Heavy Mechs diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index daf3aab5f..46e2153a9 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -30,7 +30,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.43.4"; + public static final String VERSION = "0.43.5-git"; private static MMLogger logger = null;