From 62d8b090b31909f0ac2c53223faa3ff8cfa338a3 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sat, 4 Mar 2023 15:19:31 -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 29bbbd3efd2..ecfd1e43ac9 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.12-SNAPSHOT' + version = '0.49.12' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 15daba9f2d9..22aa4bbcda9 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.49.12-SNAPSHOT +0.49.12 (2023-03-04 2200 UTC) + PR #4062: OS Thunderbolt Weapons are now available for construction and use + PR #4118: The Cross Country SPA is now available for vehicle pilots (effects on water movement is not yet implemented) + Issue #4149: Fix an error with the readme file for Princess diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index cd001437bf6..91dc685c302 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.12-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.12"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file