Skip to content

Commit

Permalink
Ready to develop <v0.47.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Aug 21, 2019
1 parent 34516bc commit b06e689
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 @@ -15,7 +15,7 @@ allprojects {

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

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

v0.47.0 (2019-08-21 0300 UTC)
+ Issue #1315: add support for map annotations and description to .board files.
+ PR #1323: implement "#sitrep" client command which can be used to display,
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 @@ -75,7 +75,7 @@ public class MegaMek {

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

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

0 comments on commit b06e689

Please sign in to comment.