Skip to content

Commit

Permalink
Development snapshot <v0.47.9>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Aug 7, 2020
1 parent ebd059b commit 3f2a75c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.9-SNAPSHOT'
version = '0.47.9'
}

ext {
Expand Down
4 changes: 2 additions & 2 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
0.47.9-SNAPSHOT
0.47.9 (2020-08-07 1830 UTC)
+ Issue #1807: Potential fix for princess crash (fixable with kick/replace) when attempting to calculate moves for a destroyed unit
+ Issue #2110: When using the LOS tool, if you somehow manage to select an out-of-bounds hex, it will no longer throw an error
+ Issue #2113: Fixing Alternate Pilot Skill BV Mod Tooltip
Expand All @@ -9,7 +9,7 @@ VERSION HISTORY:
+ Issue #2116: Going hull down from the top-level dropdown menu no longer attempts to sweep mines instead
+ Data: Updated Sprites (This includes some temporary removal of existing Royal Sprites but they will return)
+ Issue #2122: Blazer has incorrect short range AV
+ Data: Moving the unused sprites to the extras repo to space space in releases.
+ Data: Moving the unused sprites to the extras repo to save space in releases.

0.47.8 (2020-08-02 2300 UTC)
+ Data: New Sprites and numerous Mechset naming fixes.
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.9-SNAPSHOT";
public static String VERSION = "0.47.9";
public static long TIMESTAMP = new File(PreferenceManager.getClientPreferences().getLogDirectory()
+ File.separator + "timestamp").lastModified();

Expand Down

0 comments on commit 3f2a75c

Please sign in to comment.