Skip to content

Commit 8059e84

Browse files
committed
Stable release <v0.46.0>
1 parent b4c9098 commit 8059e84

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

MekHQ/docs/history.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
VERSION HISTORY:
22
----------------
3+
0.46.0 (2019-08-12 1900 UTC)
4+
+ Issue 1249: Tech Names Missing in Event Log
5+
36
0.46.0-rc.2 (2019-08-12 0100 UTC)
47
+ Issue #1075: Fix 'Mech location repair and salvage times to match StratOps
58
+ Issue #1224: Scenario templates no longer fail to generate forces when the 'use vehicles' AtB setting is turned off

MekHQ/resources/mekhq/resources/MekHQ.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Application.name = MekHQ
44
Application.title = MekHQ
5-
Application.version = 0.46.0-rc.2
5+
Application.version = 0.46.0
66
Application.vendor= MekHQ Project
77
Application.homepage=https://github.com/MegaMek
88
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919

2020
subprojects {
2121
group = 'org.megamek'
22-
version = '0.46.0-rc.2'
22+
version = '0.46.0'
2323
}
2424

2525
ext {

0 commit comments

Comments
 (0)