Skip to content

Commit

Permalink
+ development snapshot <v0.41.15>
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Feb 21, 2016
1 parent 9a86544 commit a1391b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions megamek/docs/OfficialUnitList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Wayland Mobile Base (Standard)|
Tiger Medium Tank T-12|
Tokugawa Heavy Tank SD2|
Sturmfeur Heavy Tank (WoB)|
Pollux II ADA Heavy Tank (Standard)|
Koryu Submarine (Civilian)|
Koryu Submarine (Military)|
Neptune Submarine (Hunter-Killer)|
Expand Down Expand Up @@ -1685,6 +1686,7 @@ Suzaku SU-14|
Persepolis (Standard)|
Sabre SB-31D|
Lucifer III LCR-3|
Wildkatze WKT-2S|
Cheetah OF-17A-R|
Corax C|
Shade S-HA-OE Eminus|
Expand Down Expand Up @@ -2823,6 +2825,8 @@ Tian-Zong TNZ-N3 'Jasminda'|
Centurion CN9-YLW3 'Yen Lo Wang'|
Rampage RMP-4G (Benboudaoud)|
Rifleman II RFL-3N-2 (Kataga)|
Dragoon AEM-05C|
Lament LMT-2R (Manes)|
Fafnir FNR-4A (Peter)|
Dragon Fire DGR-6FC2 (Gregory)|
Black Hawk-KU BHKU-O (Albert)|
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.41.15-git
v0.41.15 (2016-02-21 14:15 UTC)
+ Issue #19: doTryUnstuck Error
+ Issue #20: Cluster Master should be labeled Unofficial not atow
+ Issue #18: Small Patch: changes lounge tooltip to act similar to board view tt
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 {

public static String VERSION = "0.41.15-git"; //$NON-NLS-1$
public static String VERSION = "0.41.15"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit a1391b4

Please sign in to comment.