Skip to content

Commit 3c8a806

Browse files
committed
Ready to Develop <v0.47.17>
1 parent ca50d4d commit 3c8a806

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MekHQ/docs/history.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
VERSION HISTORY:
22
----------------
3+
0.47.17 (RC3)-SNAPSHOT
4+
35
0.47.16 (RC2) (2021-01-05 1700 UTC)
46
+ PR #2289: Drop support for migrating Campaigns older than v0.41.24 (2016-10-06 03:15 UTC)
57
+ Issue #2283: Ensure contracts are generated with the correct number of retries

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.47.16
5+
Application.version = 0.47.17-SNAPSHOT
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
@@ -22,7 +22,7 @@ allprojects {
2222

2323
subprojects {
2424
group = 'org.megamek'
25-
version = '0.47.16'
25+
version = '0.47.17-SNAPSHOT'
2626
}
2727

2828
ext {

0 commit comments

Comments
 (0)