From a1593dd4a94f8a8e57122e74cf8ca6d3d6ea2dca Mon Sep 17 00:00:00 2001 From: HammerGS Date: Tue, 23 May 2023 15:02:23 -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 9c705374de0..307c1c5cba6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.13' + version = '0.49.14-SNAPSHOT' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 90f5361830d..fd2b0fe5e4d 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,5 +1,7 @@ VERSION HISTORY: ---------------- +0.49.14-SNAPSHOT + 0.49.13 (2023-05-23 2000 UTC) + Fix #3914: LAM fuel tanks will now correctly provide fuel to the LAM + Fix #3951: Solar engine powered fixed wing support vehicles are now able to move and don't require fuel diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index e80f72b51dc..5996af876fd 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.13"); + public static final Version VERSION = new Version("0.49.14-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