Skip to content

Commit 6fd6e7d

Browse files
committed
Ready to develop <v0.47.3>
1 parent dd8644c commit 6fd6e7d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MekHQ/docs/history.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
VERSION HISTORY:
22
----------------
3+
v0.47.3-SNAPSHOT
4+
35
v0.47.2 (2019-11-15 2000 UTC)
46
+ PR #1325: Customize protomechs and advanced aero in MekLab
57
+ PR #1326: Fix another potential error preventing day advancement when giving training XP

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.2
5+
Application.version = 0.47.3-SNAPSHOT
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.2'
22+
version = '0.47.3-SNAPSHOT'
2323
}
2424

2525
ext {

0 commit comments

Comments
 (0)