From 380f7143b68a1bdd88725b4c934af9855ddfba9c Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 1 Sep 2024 16:22:10 -0600 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 f20517a46c0..31c04a21f0f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.50.0' + version = '0.50.01-SNAPSHOT' } // A properties_local.gradle file can be used to override any of the above options. For instance, diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index c6ebe51f4d3..ce96b744e3b 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,5 +1,7 @@ MEGAMEK VERSION HISTORY: ---------------- +0.50.01-SNAPSHOT + 0.50.0 (2024-09-01 2000 UTC) (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED) + PR #5649: Use UTF encoding for reading MTF files (This might fix the issues #5648 and #5647) + PR #5512: Gradle and Github changes for JRE 17 Min diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 048ec02b1dc..fc37818e404 100644 --- a/megamek/src/megamek/SuiteConstants.java +++ b/megamek/src/megamek/SuiteConstants.java @@ -29,7 +29,7 @@ protected SuiteConstants() { // region General Constants public static final String PROJECT_NAME = "MegaMek Suite"; - public static final Version VERSION = new Version("0.50.0"); + public static final Version VERSION = new Version("0.50.01-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