From 6db9d95874945890cdbdce29736cfdbbb8289493 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sat, 19 Jun 2021 17:44:25 -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 f0d5e381f..83e7aba6a 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 11 targetCompatibility = 11 group = 'org.megamek' -version = '0.49.2-SNAPSHOT' +version = '0.49.2' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index ee3046819..5e2a7d880 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.2-SNAPSHOT +0.49.2 (2021-06-19 2330 UTC) + Issue #912: Changing AMS, A-Pod, and B-Pod display text from PD to PB + Issue #905: Preventing Full Head Ejection NPE + PR #917: Remove prototype heatsinks from equipment tab diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index 9f86e2474..d5a669593 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.2-SNAPSHOT"; + public static final String VERSION = "0.49.2"; private static MMLogger logger = null;