Skip to content

Commit

Permalink
Development snapshot <v0.47.7>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jun 23, 2020
1 parent 71a6bc0 commit cce7cf0
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 @@ -15,7 +15,7 @@ allprojects {

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

ext {
Expand Down
2 changes: 1 addition & 1 deletion megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
0.47.7-SNAPSHOT
0.47.7 (2020-06-22 2330 UTC)
+ PR #1912: Fixing spelling issues in Campaign Options
+ Issue #1850: Plasma Rifle Dealing too much damage to conventional fighters
+ Issue #1916: Primitive and Primitive Prototype Weapons should have fixed intro dates.
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/MegaMek.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class MegaMek {

private static final MMLogger logger = DefaultMmLogger.getInstance();

public static String VERSION = "0.47.7-SNAPSHOT"; //$NON-NLS-1$
public static String VERSION = "0.47.7"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit cce7cf0

Please sign in to comment.