From 93fec4a5295c735b8dac0f06c0cdc348c20bb832 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Fri, 28 Jun 2024 16:45:16 -0600 Subject: [PATCH] Ready to Develop --- build.gradle | 2 +- megamek/docs/history.txt | 4 +++- megamek/src/megamek/SuiteConstants.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d6231bea51d..00f76766115 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.20' + version = '0.50.0-SNAPSHOT' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index e045a10e7ee..e612bbf7ddc 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,8 @@ MEGAMEK VERSION HISTORY: ---------------- -0.49.20 (2024-06-28 2100 UTC) +0.50.0-SNAPSHOT (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED) + +0.49.20 (2024-06-28 2100 UTC) (THIS IS THE LAST VERSION TO SUPPORT JAVA 11) + PR #5281, #5327, #5308, #5336, #5318, #5383, #5369, #5384, #5455, #5505, #5541: Code internals: preparatory work for supporting game types such as SBF, code cleanup for string drawing, superclass change for BoardView, Keydispatcher aka MegaMekController simplification, moving BoardView shadowmap creation to its own class, BoardView subclassing, DialogOptionsListener update + PR #5295: MM now supports the light conditions "glare" and "solar flare" (TO:AR) diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 6240f54455e..25ffef1a4ed 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.20"); + public static final Version VERSION = new Version("0.50.0-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