From 2bc80c102a745fedbb40039b75202ecdfcf4d8d2 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Mon, 30 Dec 2024 14:33:43 -0700 Subject: [PATCH] Development snapshot --- build.gradle | 2 +- megamek/docs/history.txt | 2 +- megamek/src/megamek/SuiteConstants.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b28f083c6e6..514e2619c6f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.50.02-SNAPSHOT' + version = '0.50.02' } // 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 6e05e8d5b52..f74b6492e87 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ MEGAMEK VERSION HISTORY: ---------------- -0.50.02-SNAPSHOT +0.50.02 (2024-12-30 2130 UTC) + PR #6183: New GM Commands, princess commands on map menu, graphics for some explosions + PR #6186: Allow pausing a Princess-only game + PR #6190: Allow printing unit list from MM diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 398827d0843..3ea5373d11b 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.02-SNAPSHOT"); + public static final Version VERSION = new Version("0.50.02"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file