Skip to content

Commit

Permalink
Development snapshot <v0.47.15>
Browse files Browse the repository at this point in the history
Release Candidate 1
  • Loading branch information
HammerGS committed Dec 14, 2020
1 parent 9d9fe4a commit 9f906b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15-SNAPSHOT'
version = '0.47.15'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
0.47.15-SNAPSHOT
0.47.15 (RC1) (2020-12-14 2330 UTC)
+ PR #832: Switch to EquipmentType::equals for AmmoType, etc
+ Issue #830: Older primitive small craft get more fuel than newer ones
+ Issue #840: Patchwork Armor on VTOL rotor incorrectly flagged as invalid
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 @@ -49,7 +49,7 @@
import megameklab.com.util.UnitUtil;

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

private static MMLogger logger = null;

Expand Down

0 comments on commit 9f906b5

Please sign in to comment.