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.16 (RC2)-SNAPSHOT
4
+
3
5
0.47.15 (RC1) (2020-12-14 2330 UTC)
4
6
+ Issue #2166: NRE in Money::plus/Money::minus
5
7
+ PR #2224: Add some basic Refit tests and fix an Armor location bug calculating armor during a refit
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.15
5
+ Application.version = 0.47.16-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.15 '
25
+ version = ' 0.47.16-SNAPSHOT '
26
26
}
27
27
28
28
ext {
You can’t perform that action at this time.
0 commit comments