From 38038cdbaa4bd57e22ed51e3e5b646844d866a5e Mon Sep 17 00:00:00 2001 From: HammerGS Date: Tue, 18 Jul 2017 14:27:42 -0600 Subject: [PATCH] ready to develop <0.43.4> --- 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 9f5838e0b..c9ad4e825 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,5 +1,7 @@ VERSION HISTORY: ---------------- +v0.43.4-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. diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index b9bf4fafc..4846b9167 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -25,7 +25,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.43.3"; + public static final String VERSION = "0.43.4-git"; public static void main(String[] args) { System.setProperty("apple.laf.useScreenMenuBar", "true");