File tree 3 files changed +4
-2
lines changed
resources/mekhq/resources
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
+ 0.47.17 (RC3)-SNAPSHOT
4
+
3
5
0.47.16 (RC2) (2021-01-05 1700 UTC)
4
6
+ PR #2289: Drop support for migrating Campaigns older than v0.41.24 (2016-10-06 03:15 UTC)
5
7
+ Issue #2283: Ensure contracts are generated with the correct number of retries
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.47.16
5
+ Application.version = 0.47.17-SNAPSHOT
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 @@ -22,7 +22,7 @@ allprojects {
22
22
23
23
subprojects {
24
24
group = ' org.megamek'
25
- version = ' 0.47.16 '
25
+ version = ' 0.47.17-SNAPSHOT '
26
26
}
27
27
28
28
ext {
You can’t perform that action at this time.
0 commit comments