From cce7cf0a3657622b05f604e1d7c1efb65a781082 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Mon, 22 Jun 2020 18:02:31 -0600 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 38d47df4e3f..3907a5e4138 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.47.7-SNAPSHOT' + version = '0.47.7' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index da7e3a19ece..dd59b32ec69 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.7-SNAPSHOT +0.47.7 (2020-06-22 2330 UTC) + PR #1912: Fixing spelling issues in Campaign Options + Issue #1850: Plasma Rifle Dealing too much damage to conventional fighters + Issue #1916: Primitive and Primitive Prototype Weapons should have fixed intro dates. diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index 631460603eb..e8a13c7ec8e 100644 --- a/megamek/src/megamek/MegaMek.java +++ b/megamek/src/megamek/MegaMek.java @@ -76,7 +76,7 @@ public class MegaMek { private static final MMLogger logger = DefaultMmLogger.getInstance(); - public static String VERSION = "0.47.7-SNAPSHOT"; //$NON-NLS-1$ + public static String VERSION = "0.47.7"; //$NON-NLS-1$ public static long TIMESTAMP = new File(PreferenceManager .getClientPreferences().getLogDirectory() + File.separator