Skip to content

Commit 4feb3d3

Browse files
committed
Development snapshot <v0.47.9>
1 parent 5a8cdea commit 4feb3d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MekHQ/docs/history.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
0.47.9-SNAPSHOT
3+
0.47.9 (2020-08-07 1830 UTC)
44
+ Issue #1894: Adding additional legacy date format
55
+ PR #1897: Genealogy: Adding a contains map check
66
+ PR #1900: Adding Battle Damage to MekHQ Sprites

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.9-SNAPSHOT
5+
Application.version = 0.47.9
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
@@ -19,7 +19,7 @@ allprojects {
1919

2020
subprojects {
2121
group = 'org.megamek'
22-
version = '0.47.9-SNAPSHOT'
22+
version = '0.47.9'
2323
}
2424

2525
ext {

0 commit comments

Comments
 (0)