Skip to content

Commit

Permalink
Development snapshot <v0.47.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Nov 15, 2019
1 parent ec750b0 commit f3ef076
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.2-SNAPSHOT'
version = '0.47.2'
}

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:
----------------
v0.47.2-SNAPSHOT
v0.47.2 (2019-11-15 2000 UTC)
+PR #1535: Use correct cost for Protomech EDP armor
+PR #1533: Improved bot usage of field gun infantry
+PR #1541: Fixes an issue where tanks that took "immobilized" motive damage in high-G would still be considered mobile
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.2-SNAPSHOT"; //$NON-NLS-1$
public static String VERSION = "0.47.2"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit f3ef076

Please sign in to comment.