From 81231b4d67a785d97feb79f4e76ea88050ac6ecf Mon Sep 17 00:00:00 2001 From: HammerGS Date: Mon, 12 Sep 2022 08:57:36 -0600 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- megamek/docs/history.txt | 5 +++-- megamek/src/megamek/SuiteConstants.java | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 85c2983e5a9..e4b2aa9f1fb 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.10-SNAPSHOT' + version = '0.49.10' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 1050cd14826..5eb62e56b7c 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,11 +1,12 @@ VERSION HISTORY: ---------------- -0.49.10-SNAPSHOT +0.49.10 (2022-09-12 1500 UTC) + Data: Shorten RAT names for FM3145 + PR #3887 - Excised Rumble Seat and move to Legacy quirk. + PR #3886 - Simplify handling of submunition names + Issue #3880 - Respect the setting for showing incline graphics -+ PR #3882 - Base Components: DefaultScrollablePanel ++ PR #3882 - Base Components: DefaultScrollablePanel ++ Issue #3895 - fix minimap NPE 0.49.9 (2022-09-06 2100 UTC) + Data: Updating Tags on Board Files diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index c97325a07cb..c0c0fe1b366 100644 --- a/megamek/src/megamek/SuiteConstants.java +++ b/megamek/src/megamek/SuiteConstants.java @@ -26,7 +26,7 @@ public abstract class SuiteConstants { //region General Constants public static final String PROJECT_NAME = "MegaMek Suite"; - public static final Version VERSION = new Version("0.49.10-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.10"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file