diff --git a/build.gradle b/build.gradle index df40f4e0670..9c705374de0 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.13-SNAPSHOT' + version = '0.49.13' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index d8df03624d8..90f5361830d 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.13-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 + Fix #3696: Altitude values no longer inadvertently influence space combat diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 436834e7481..e80f72b51dc 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-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.13"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file