File tree 3 files changed +3
-3
lines changed
resources/mekhq/resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
- 0.47.9-SNAPSHOT
3
+ 0.47.9 (2020-08-07 1830 UTC)
4
4
+ Issue #1894: Adding additional legacy date format
5
5
+ PR #1897: Genealogy: Adding a contains map check
6
6
+ PR #1900: Adding Battle Damage to MekHQ Sprites
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.9-SNAPSHOT
5
+ Application.version = 0.47.9
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 @@ -19,7 +19,7 @@ allprojects {
19
19
20
20
subprojects {
21
21
group = ' org.megamek'
22
- version = ' 0.47.9-SNAPSHOT '
22
+ version = ' 0.47.9'
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments