From c46bf8f9cc1fe89338000d2fde744ff9213a756c Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sat, 19 Jun 2021 17:43:42 -0600 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- megamek/docs/history.txt | 2 +- megamek/src/megamek/MegaMek.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index bade62f1ec9..899861f6538 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.2-SNAPSHOT' + version = '0.49.2' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 80c30b02f30..7c753b78c15 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.2-SNAPSHOT +0.49.2 (2021-06-19 2330 UTC) + PR #2816: Board Editor Layout Scaling + PR #2852: Board Hex Fluff Transitions + PR #2877: Report Messages Cleanup diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index 74234dd4491..6838dad6bdf 100644 --- a/megamek/src/megamek/MegaMek.java +++ b/megamek/src/megamek/MegaMek.java @@ -65,7 +65,7 @@ public class MegaMek { private static MMLogger logger = null; private static MMPreferences preferences = null; - public static String VERSION = "0.49.2-SNAPSHOT"; + public static String VERSION = "0.49.2"; public static long TIMESTAMP = new File(PreferenceManager.getClientPreferences().getLogDirectory() + File.separator + "timestamp").lastModified();