From f6d8308cf43bb7cdd5bd9ce9068509e225d38e16 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 31 Dec 2023 12:15:43 -0700 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- megamek/docs/history.txt | 4 ++-- megamek/src/megamek/SuiteConstants.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8843c58f21d..fbd4809acf8 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.17-SNAPSHOT' + version = '0.49.17' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 6f594a75003..079786a0597 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ -VERSION HISTORY: +MEGAMEK VERSION HISTORY: ---------------- -0.49.17-SNAPSHOT +0.49.17 (2023-12-31 1900 UTC) + Fix #1031: Show structure collapse warning when deploying and moving. + PR #4990: FixedWingSupport: automatically set SI when walk MPs are set diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 26c63e25de0..b97745af967 100644 --- a/megamek/src/megamek/SuiteConstants.java +++ b/megamek/src/megamek/SuiteConstants.java @@ -24,7 +24,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.17-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.17"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file