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 da7906c commit 17bac84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
sourceCompatibility = 1.8
targetCompatibility = 1.8
group = 'org.megamek'
version = '0.47.4-SNAPSHOT'
version = '0.47.4'

sourceSets {
main {
Expand Down
4 changes: 2 additions & 2 deletions 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)
+ Issue #416: Issue with Crit Splitting on the Right Torso with big Artillery cannons/Arrow IV
+ Issue #418: CASE/CASE II can be armored
+ Issue #419: Cannot see the quirks on the unit cache
Expand All @@ -10,7 +10,7 @@ v0.47.4-SNAPSHOT
+ Issue #433: Infantry not retaining specializations or equipment
+ PR #434: Expand theme support and include dark themes

v0.47.3 (2020-2-11 2200 UTC)
v0.47.3 (2020-2-01 2200 UTC)
+ Issue #371: Capital Missile Bays wrongly grouped as Tele (also warnings on load)
+ Issue #375: Maximum armor calculation is incorrect for Warships
+ Issue #376: Can't build Primitive Jumpships
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
import megameklab.com.util.UnitUtil;

public class MegaMekLab {
public static final String VERSION = "0.47.4-SNAPSHOT";
public static final String VERSION = "0.47.4";

private static MMLogger logger = null;

Expand Down

0 comments on commit 17bac84

Please sign in to comment.