Skip to content

Commit

Permalink
<Ready to Develop 0.43.8-RC2>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jan 22, 2018
1 parent cf61d58 commit 8311644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VERSION HISTORY:
----------------
v0.43.7 (2018-01-21 2200 UTC)
0.43.8-RC2

v0.43.7-RC1 (2018-01-21 2200 UTC)
+ Issue #823: Charging Damage against Buildings looks wrong (Mech skidding into building)
+ Issue #637: Infantry in swamp/mud terrain should not have a psr check (Bog Down)
+ Data: Fixing Validation Errors
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.43.7-RC1"; //$NON-NLS-1$
public static String VERSION = "0.43.8-RC2"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit 8311644

Please sign in to comment.