From f58f2850089be72bb801b63f149e5a636449d756 Mon Sep 17 00:00:00 2001 From: Carl Spain Date: Sun, 24 Mar 2019 14:02:37 -0500 Subject: [PATCH] Development snapshot <0.45.4> --- build.gradle | 2 +- megamek/docs/history.txt | 2 +- megamek/src/megamek/MegaMek.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d5f91fc3abc..c21a6d218f0 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.45.4-SNAPSHOT' + version = '0.45.4' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index acabb5b91d8..392bb515972 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -v0.45.4-SNAPSHOT +v0.45.4 (2019-03-24 1700 UTC) + PR #1250: Disallow loading trailers during deployment + Data: New Sprites and Unit fixes. + PR #1258: Aero Sanity 2.0! Fixes a number of reporting bugs and adds full support for Advanced Point Defense, diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index 6213b1353b2..631582ad9c3 100644 --- a/megamek/src/megamek/MegaMek.java +++ b/megamek/src/megamek/MegaMek.java @@ -75,7 +75,7 @@ public class MegaMek { private static final MMLogger logger = DefaultMmLogger.getInstance(); - public static String VERSION = "0.45.4-SNAPSHOT"; //$NON-NLS-1$ + public static String VERSION = "0.45.4"; //$NON-NLS-1$ public static long TIMESTAMP = new File(PreferenceManager .getClientPreferences().getLogDirectory() + File.separator