diff --git a/build.gradle b/build.gradle index 307c1c5cba6..eb283da3653 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.14-SNAPSHOT' + version = '0.49.14' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 45338be3d77..f81e598a8ff 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.14-SNAPSHOT +0.49.14 (2023-07-28 2100 UTC) + Fix #4452: Fixes a bug with detecting if Infantry dies due to extreme temperatures + Fix #4245: At victory in a double-blind game, a full unfiltered report is now available + PR #4458: When clicking on report hyperlink, center board on entity if possible diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 5996af876fd..3d565d97edf 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.14-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.14"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file