File tree 3 files changed +5
-2
lines changed
resources/mekhq/resources
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
+ 0.46.0 (2019-08-12 1900 UTC)
4
+ + Issue 1249: Tech Names Missing in Event Log
5
+
3
6
0.46.0-rc.2 (2019-08-12 0100 UTC)
4
7
+ Issue #1075: Fix 'Mech location repair and salvage times to match StratOps
5
8
+ Issue #1224: Scenario templates no longer fail to generate forces when the 'use vehicles' AtB setting is turned off
Original file line number Diff line number Diff line change 2
2
3
3
Application.name = MekHQ
4
4
Application.title = MekHQ
5
- Application.version = 0.46.0-rc.2
5
+ Application.version = 0.46.0
6
6
Application.vendor = MekHQ Project
7
7
Application.homepage =https://github.com/MegaMek
8
8
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ allprojects {
19
19
20
20
subprojects {
21
21
group = ' org.megamek'
22
- version = ' 0.46.0-rc.2 '
22
+ version = ' 0.46.0'
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments