From 047c48f905d91821c9d6a9c667dcb5fde2dd466d Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 10 Nov 2024 16:00:05 -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 3ec37200d51..b28f083c6e6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.50.01' + version = '0.50.02-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 cbc98312a81..b598c773ccb 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,5 +1,7 @@ MEGAMEK VERSION HISTORY: ---------------- +0.50.02-SNAPSHOT + 0.50.01 (2024-11-10 1800 UTC) + PR #5962, #5964, #5966, #5974, #5931, #5983, #6154, #6159: Internal code changes (TWGameManager, extract processMovement, allow more classes for InputFilter, Victory, move test scenarios to testresources), Protomek code modernization diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 83d5cf91a10..398827d0843 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.01"); + public static final Version VERSION = new Version("0.50.02-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