Skip to content

Commit

Permalink
+ Fixing internal version string for dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Dec 7, 2016
1 parent 46cdbd8 commit 1b5b4e0
Showing 1 changed file with 1 addition and 1 deletion.
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.27t"; //$NON-NLS-1$
public static String VERSION = "0.41.27"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit 1b5b4e0

Please sign in to comment.