Skip to content

Commit

Permalink
Development snapshot <v0.47.4>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Feb 9, 2020
1 parent b690a2b commit 1ee2975
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.4-SNAPSHOT'
version = '0.47.4'
}

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:
----------------
v0.47.4-SNAPSHOT
v0.47.4 (2020-2-09 2200 UTC)
+ PR #1626: Add LargeCraft Roles to RatGen
+ Issue #1630: Fixed an issue introduced in 47.3 which prevented spheroid dropships from firing nose/aft weapons on space maps
+ PR #1650: When a bay door gets blown out, only blow out one bay door instead of two
Expand All @@ -11,7 +11,7 @@ v0.47.4-SNAPSHOT
+ Issue #1647: WiGEs can't sideslip across water
+ Issue #1479: Add theme selection and dark themes

v0.47.3 (2020-2-11 2200 UTC)
v0.47.3 (2020-2-01 2200 UTC)
+ Issue #1546: Large VSP + Targeting Computer applies to-hit mod twice, resulting in too-easy to-hit number
+ PR #1543: Fighter Ejection
+ Issue #920: Selecting a terrain feature in the map editor selects the right terrain type in the terrain type dropdown
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.4-SNAPSHOT"; //$NON-NLS-1$
public static String VERSION = "0.47.4"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit 1ee2975

Please sign in to comment.