From 301d7d151cc5afd8af12d4074262b0ed735bc374 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sat, 17 Feb 2024 11:28:36 -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 4c61989c688..3716445c79e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.49.18-SNAPSHOT' + version = '0.49.18' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 7613b098eac..c25b492ce04 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ MEGAMEK VERSION HISTORY: ---------------- -0.49.18-SNAPSHOT +0.49.18 (2024-02-17 1800 UTC) + Fix #5004: Prevents an error when configuring LAMs or quadvees in the lobby + PR #5002, #5001: AS conversion: fix BA medium and long range damage with SSW, STOL units and aerodyne DS/SC now receive VSTOL + PR #4993: Alpha Strike aero support vehicles (fixced wing support) will now find and display their fluff images if there are any diff --git a/megamek/src/megamek/SuiteConstants.java b/megamek/src/megamek/SuiteConstants.java index 4f66e794cd9..9183de692e7 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.18-SNAPSHOT"); + public static final Version VERSION = new Version("0.49.18"); public static final int MAXIMUM_D6_VALUE = 6; // This is used in creating the name of save files, e.g. the MekHQ campaign file