From f353facbf71f32fba93bd56e7fdaef6ef30f8287 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sat, 21 Oct 2023 10:00:31 -0600 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- megamek/docs/history.txt | 2 +- megamek/src/megamek/SuiteConstants.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 81fa95f9606..16b38889111 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.15-SNAPSHOT' + version = '0.49.15' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index f16b00ff922..b418758954e 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.15-SNAPSHOT +0.49.15 (2023-10-21 1530 UTC) + PR #4688: Round reports should no longer take increasingly long to load + PR #4686: QuadVee should no longer be able to fall after converting to vehicle mode + PR #4684: Added game option for GM to advance report phases without waiting for other players diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 54ba668f2d4..211a2bf6455 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.15-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.15"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file