Skip to content

Commit 7c43cf0

Browse files
committed
Development snapshot <v0.47.4>
1 parent 83d21d9 commit 7c43cf0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MekHQ/docs/history.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
v0.47.4-SNAPSHOT
3+
v0.47.4 (2020-2-09 2200 UTC)
44
+ PR #1440: Implement "Rugged" quirk (2x or 3x between maintenance rolls)
55
+ Issue #1447: Bug: Don't infinite loop in acquisition logic
66
+ Issue #1413 #1415: Hangar report displays units in alphabetical order and reflects mothball status
@@ -12,7 +12,7 @@ v0.47.4-SNAPSHOT
1212
+ PR #1467: Made the Standard Value for Double Enemy Vehicles False
1313
+ Issue #280: Adding Portrait folder documentation
1414

15-
v0.47.3 (2020-2-11 2200 UTC)
15+
v0.47.3 (2020-2-01 2200 UTC)
1616
+ Issue #1344: Ensure techs show the right skill for Protomechs
1717
+ PR #1348: Enable scenario modifiers to add objectives to scenarios generated from templates
1818
+ Issue #1349: Problem with replacing Protomech limbs lost in combat

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

2525
ext {

0 commit comments

Comments
 (0)