diff --git a/build.gradle b/build.gradle index 771f637be55..84a8718176c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.47.6-SNAPSHOT' + version = '0.47.6' } ext { diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 1bc7522f9d1..c473ddf5d20 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.6-SNAPSHOT +0.47.6 (2020-5-03 1715 UTC) + Issue #1814: Fuel-air bomb infantry insta-kill check is no longer reversed + PR #1808: Abandon ship! Large spacecraft can now launch escape pods, giving the opposing player more opportunity to commit war crimes. + Issue #1824: Implementing Tactical Operations Low Visibility Errata diff --git a/megamek/src/megamek/MegaMek.java b/megamek/src/megamek/MegaMek.java index b7d5016f078..76477beeeef 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.6-SNAPSHOT"; //$NON-NLS-1$ + public static String VERSION = "0.47.6"; //$NON-NLS-1$ public static long TIMESTAMP = new File(PreferenceManager .getClientPreferences().getLogDirectory() + File.separator