Skip to content

Commit

Permalink
Ready to Develop <v0.47.17>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jan 5, 2021
1 parent fb6cf52 commit d636aac
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 @@ -16,7 +16,7 @@ allprojects {

subprojects {
group = 'org.megamek'
version = '0.47.16'
version = '0.47.17-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:
----------------
0.47.17 (RC3)-SNAPSHOT

0.47.16 (RC2) (2021-01-05 1700 UTC)
+ Issue #2510: Prevent bot from directly targeting gun emplacements with physical attacks for an insta-kill
+ Issue #2513, #907: Adjust message for gun emplacement ammo criticals to more clearly indicate if no damage has occurred;
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 @@ -63,7 +63,7 @@
public class MegaMek {
private static MMLogger logger = null;

public static String VERSION = "0.47.16";
public static String VERSION = "0.47.17-SNAPSHOT";
public static long TIMESTAMP = new File(PreferenceManager.getClientPreferences().getLogDirectory()
+ File.separator + "timestamp").lastModified();

Expand Down

0 comments on commit d636aac

Please sign in to comment.