Skip to content

Commit

Permalink
Development snapshot <v0.47.4>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Feb 9, 2020
1 parent 83d21d9 commit 7c43cf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MekHQ/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.47.4-SNAPSHOT
v0.47.4 (2020-2-09 2200 UTC)
+ PR #1440: Implement "Rugged" quirk (2x or 3x between maintenance rolls)
+ Issue #1447: Bug: Don't infinite loop in acquisition logic
+ Issue #1413 #1415: Hangar report displays units in alphabetical order and reflects mothball status
Expand All @@ -12,7 +12,7 @@ v0.47.4-SNAPSHOT
+ PR #1467: Made the Standard Value for Double Enemy Vehicles False
+ Issue #280: Adding Portrait folder documentation

v0.47.3 (2020-2-11 2200 UTC)
v0.47.3 (2020-2-01 2200 UTC)
+ Issue #1344: Ensure techs show the right skill for Protomechs
+ PR #1348: Enable scenario modifiers to add objectives to scenarios generated from templates
+ Issue #1349: Problem with replacing Protomech limbs lost in combat
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/resources/mekhq/resources/MekHQ.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Application.name = MekHQ
Application.title = MekHQ
Application.version = 0.47.4-SNAPSHOT
Application.version = 0.47.4
Application.vendor= MekHQ Project
Application.homepage=https://github.com/MegaMek
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {

subprojects {
group = 'org.megamek'
version = '0.47.4-SNAPSHOT'
version = '0.47.4'
}

ext {
Expand Down

0 comments on commit 7c43cf0

Please sign in to comment.