From 8059e8430ca89052a528c2d2f94b661808520d62 Mon Sep 17 00:00:00 2001 From: Carl Spain Date: Tue, 20 Aug 2019 12:37:01 -0500 Subject: [PATCH] Stable release --- MekHQ/docs/history.txt | 3 +++ MekHQ/resources/mekhq/resources/MekHQ.properties | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MekHQ/docs/history.txt b/MekHQ/docs/history.txt index 654f803941..27e57efbc9 100644 --- a/MekHQ/docs/history.txt +++ b/MekHQ/docs/history.txt @@ -1,5 +1,8 @@ VERSION HISTORY: ---------------- +0.46.0 (2019-08-12 1900 UTC) ++ Issue 1249: Tech Names Missing in Event Log + 0.46.0-rc.2 (2019-08-12 0100 UTC) + Issue #1075: Fix 'Mech location repair and salvage times to match StratOps + Issue #1224: Scenario templates no longer fail to generate forces when the 'use vehicles' AtB setting is turned off diff --git a/MekHQ/resources/mekhq/resources/MekHQ.properties b/MekHQ/resources/mekhq/resources/MekHQ.properties index 9de0baed34..02afb84856 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.46.0-rc.2 +Application.version = 0.46.0 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 12a782a13f..510613d456 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.46.0-rc.2' + version = '0.46.0' } ext {