From 3bb191dea161e2c36f2667b30ba93ef6fb74672c Mon Sep 17 00:00:00 2001 From: HammerGS Date: Wed, 1 Apr 2020 14:11:40 -0600 Subject: [PATCH] Development snapshot --- MekHQ/docs/history.txt | 2 +- MekHQ/resources/mekhq/resources/MekHQ.properties | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MekHQ/docs/history.txt b/MekHQ/docs/history.txt index 033cea5d47..4d98b6bee2 100644 --- a/MekHQ/docs/history.txt +++ b/MekHQ/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -0.47.5-SNAPSHOT +0.47.5 (2020-4-01 2000 UTC) + Issue #1470: Thumper artillery vehicle causes array index out of bounds exception error + Issue #1261: RFE: In Contract Market, hyperlink the system/location to the Interstellar Map + Issue #1090: Feature Request: Add Origin Faction to Fluff Information display of Personnel diff --git a/MekHQ/resources/mekhq/resources/MekHQ.properties b/MekHQ/resources/mekhq/resources/MekHQ.properties index a4bb4a2412..4ed4a332f8 100644 --- a/MekHQ/resources/mekhq/resources/MekHQ.properties +++ b/MekHQ/resources/mekhq/resources/MekHQ.properties @@ -2,7 +2,7 @@ Application.name = MekHQ Application.title = MekHQ -Application.version = 0.47.5-SNAPSHOT +Application.version = 0.47.5 Application.vendor= MekHQ Project Application.homepage=https://github.com/MegaMek Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop diff --git a/build.gradle b/build.gradle index 9917317981..ef76d43904 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.47.5-SNAPSHOT' + version = '0.47.5' } ext {