File tree 3 files changed +3
-3
lines changed
resources/mekhq/resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
- v0 .46.0-SNAPSHOT
3
+ 0 .46.0-rc.2 (2019-08-12 0100 UTC)
4
4
+ Issue #1075: Fix 'Mech location repair and salvage times to match StratOps
5
5
+ Issue #1224: Scenario templates no longer fail to generate forces when the 'use vehicles' AtB setting is turned off
6
6
+ Issue #1238: Fix bug where self crewed units could not be activated after being mothballed
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-SNAPSHOT
5
+ Application.version = 0.46.0-rc.2
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-SNAPSHOT '
22
+ version = ' 0.46.0-rc.2 '
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments