From 0f41ac20edad3266573f49bbaffb883708351479 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Fri, 19 Apr 2024 15:30:40 -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 ccac8c661a0..a139c953f8e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.19' + version = '0.49.20-SNAPSHOT' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 8bfd277e1fa..48c253c32a5 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,5 +1,7 @@ MEGAMEK VERSION HISTORY: ---------------- +0.49.20-SNAPSHOT + 0.49.19 (2024-04-19 2030 UTC) + Fix #5182: Fixes aerospace fighters getting a zero engine rating in TestAero + Fix #5168: Indirect Arty Fire under 17 hexes now correctly uses a +4 instead of +7 modifier diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 456a36d8708..89867748226 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.19"); + public static final Version VERSION = new Version("0.49.20-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