From b6cb748afff70f19398ba455af885f73959682ca Mon Sep 17 00:00:00 2001 From: HammerGS Date: Mon, 23 Aug 2021 14:12:55 -0600 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- docs/history.txt | 2 +- src/megameklab/com/MegaMekLab.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 51e415d96..67cdf6ec5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 11 targetCompatibility = 11 group = 'org.megamek' -version = '0.49.3-SNAPSHOT' +version = '0.49.3' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index cd05bbfec..11d233628 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.3-SNAPSHOT +0.49.3 (2021-08-23 2000 UTC) + Issue #898: Heavy-Duty Pile Driver and arm actuators 0.49.2 (2021-06-19 2330 UTC) diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 0bc2113b6..c63361bf9 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -43,7 +43,7 @@ import java.util.Locale; public class MegaMekLab { - public static final String VERSION = "0.49.3-SNAPSHOT"; + public static final String VERSION = "0.49.3"; private static MMLogger logger = null;