Skip to content

Commit

Permalink
Ready to develop <v0.47.3>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Nov 15, 2019
1 parent a6b0128 commit ac97840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.2'
version = '0.47.3-SNAPSHOT'

sourceSets {
main {
Expand Down
2 changes: 2 additions & 0 deletions docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
VERSION HISTORY:
----------------
v0.47.3-SNAPSHOT

v0.47.2 (2019-11-15 2000 UTC)
+ Issue #365: Protomek Tab is missing its fluff section
+ Issue #367: Rail Support Vehicle - External Power Pickup not saving
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 @@ -46,7 +46,7 @@
import megameklab.com.util.UnitUtil;

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

private static final String FILENAME_BT_CLASSIC_FONT = "btclassic/BTLogo_old.ttf"; //$NON-NLS-1$

Expand Down

0 comments on commit ac97840

Please sign in to comment.