Skip to content

Commit ad0bd60

Browse files
committed
Release candidate <0.46.0-rc.1>
1 parent 2bb9dfc commit ad0bd60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MekHQ/docs/history.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
v0.46.0-rc1
3+
v0.46.0-rc.1 (2019-07-23 0300 UTC)
44
+ PR #1163: Fix vast overvaluing of opfor BV in the briefing tab
55
+ Issue #1161: don't cast non-Infantry to Infantry during peacetime cost calculations
66
+ Issue #70: BA no longer has a 100% salvage chance

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.45.4
5+
Application.version = 0.46.0-rc.1
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

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

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

2525
ext {
@@ -33,9 +33,9 @@ ext {
3333
hqBranchTag = hqBranch.equals('master')? '' : '-' + hqBranch
3434

3535
// Allows setting a dependency on a different MM branch.
36-
mmBranch = 'master'
36+
mmBranch = 'stable'
3737
mmBranchTag = mmBranch.equals('master')? '' : '-' + mmBranch
38-
mmlBranch = 'master'
38+
mmlBranch = 'stable'
3939
mmlBranchTag = mmlBranch.equals('master')? '' : '-' + mmlBranch
4040

4141
mmDir = "${rootDir}/../megamek"

0 commit comments

Comments
 (0)