From 88a13f07d6239ab5b737db89760b6a3103f3fbd5 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Mon, 9 Nov 2020 09:07:53 -0700 Subject: [PATCH] Development snapshot --- 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 6c2d9baf3b7..2a3ba44e632 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.47.13-SNAPSHOT' + version = '0.47.13' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 75be3a550ac..0e56c9947b1 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.13-SNAPSHOT +0.47.13 (2020-11-09 1600 UTC) + Data #2345: Infantry force assignment tables + Data #2365: Incorrect battle armor manipulator location diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index 14b0412dd75..15f8374f296 100644 --- a/megamek/src/megamek/MegaMek.java +++ b/megamek/src/megamek/MegaMek.java @@ -63,7 +63,7 @@ public class MegaMek { private static MMLogger logger = null; - public static String VERSION = "0.47.13-SNAPSHOT"; + public static String VERSION = "0.47.13"; public static long TIMESTAMP = new File(PreferenceManager.getClientPreferences().getLogDirectory() + File.separator + "timestamp").lastModified();