Skip to content

Commit

Permalink
Development snapshot <v0.47.8>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Aug 3, 2020
1 parent 568dccc commit d3d20a2
Show file tree
Hide file tree
Showing 3 changed files with 5 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.8-SNAPSHOT'
version = '0.47.8'

sourceSets {
main {
Expand Down
5 changes: 3 additions & 2 deletions docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
VERSION HISTORY:
----------------
0.47.8-SNAPSHOT
0.47.8 (2020-08-02 2300 UTC)
+ PR #664: Quick reference tables for mech record sheets
+ Issue #611: [Errata] Naval Repair Facilities should use 2 docking collars no matter their capacity
+ Issue #636: TRO summary does not show armored components
+ Issue #644: Weight-Free Heat Sinks of Small Craft and Dropship is not changed when change the shape
Expand Down Expand Up @@ -45,7 +46,7 @@ VERSION HISTORY:
+ PR #610: Edit size of variable sized equipment on the equipment tab
+ PR #649: Record sheet inventory text overlap
+ Issue #656: Mounting artillery on a DropShip leads to the wrong date for Availability in Preview
+ PR #664: Quick reference tables for mech record sheets


0.47.6 (2020-5-03 1715 UTC)
+ Issue #553: Loading or printing LAM causes ArrayIndexOutOfBoundsException
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.8-SNAPSHOT";
public static final String VERSION = "0.47.8";

private static MMLogger logger = null;

Expand Down

0 comments on commit d3d20a2

Please sign in to comment.