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();