From 4dedacb4f6ab4700d5b323ce06fe746719930a04 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 2 Feb 2025 15:35:26 -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 ec753495a58..1056908c071 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.50.03' + version = '0.50.04-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 c2c0df8829b..36bf05b8d3e 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,5 +1,7 @@ MEGAMEK VERSION HISTORY: ---------------- +0.50.04-SNAPSHOT + 0.50.03 (2025-02-02 2030 UTC) + PR #6335: default the directory filter to Select All in Advanced Board Search + PR #6335: cleanup duplicate boards diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 9dd8c12f297..c0f5c0d528c 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.03"); + public static final Version VERSION = new Version("0.50.04-SNAPSHOT"); public static final Version LAST_MILESTONE = new Version("0.49.19.1"); public static final int MAXIMUM_D6_VALUE = 6;