File tree 3 files changed +5
-5
lines changed
resources/mekhq/resources
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
- v0.46.0-rc1
3
+ v0.46.0-rc.1 (2019-07-23 0300 UTC)
4
4
+ PR #1163: Fix vast overvaluing of opfor BV in the briefing tab
5
5
+ Issue #1161: don't cast non-Infantry to Infantry during peacetime cost calculations
6
6
+ Issue #70: BA no longer has a 100% salvage chance
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.45.4
5
+ Application.version = 0.46.0-rc.1
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.45.4 '
22
+ version = ' 0.46.0-rc.1 '
23
23
}
24
24
25
25
ext {
33
33
hqBranchTag = hqBranch. equals(' master' )? ' ' : ' -' + hqBranch
34
34
35
35
// Allows setting a dependency on a different MM branch.
36
- mmBranch = ' master '
36
+ mmBranch = ' stable '
37
37
mmBranchTag = mmBranch. equals(' master' )? ' ' : ' -' + mmBranch
38
- mmlBranch = ' master '
38
+ mmlBranch = ' stable '
39
39
mmlBranchTag = mmlBranch. equals(' master' )? ' ' : ' -' + mmlBranch
40
40
41
41
mmDir = " ${ rootDir} /../megamek"
You can’t perform that action at this time.
0 commit comments