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.18 (RC4)-SNAPSHOT
4
+
3
5
0.47.17 (RC3) (2021-02-075 2015 UTC)
4
6
+ PR #2354: Don't skip ComStar as an origin faction
5
7
+ Issue #2348: Allow Clanner origins
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.17
5
+ Application.version = 0.47.18-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.17 '
25
+ version = ' 0.47.18-SNAPSHOT '
26
26
}
27
27
28
28
ext {
You can’t perform that action at this time.
0 commit comments