From a41b2cc007adae2efb0ae40023e75c68da57955b Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sat, 30 Dec 2023 16:29:14 -0700 Subject: [PATCH] Ready to Develop --- build.gradle | 2 +- megamek/docs/history.txt | 2 ++ megamek/src/megamek/SuiteConstants.java | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 093d59b2799..8843c58f21d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.16' + version = '0.49.17-SNAPSHOT' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 54b7075f1fe..ce1255b2114 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,5 +1,7 @@ VERSION HISTORY: ---------------- +0.49.17-SNAPSHOT + 0.49.16 (2023-12-30 2200 UTC) + Fix #4769: BA Tube Artillery should support smoke rounds + Fix #4854: Fix multiple end-of-game and end-of-phase hangs diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 8f2c0ed1adb..26c63e25de0 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.16"); + public static final Version VERSION = new Version("0.49.17-SNAPSHOT"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file