Skip to content

Commit

Permalink
Development snapshot <0.45.4>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Mar 24, 2019
1 parent 27718b5 commit f58f285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -15,7 +15,7 @@ allprojects {

subprojects {
group = 'org.megamek'
version = '0.45.4-SNAPSHOT'
version = '0.45.4'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion megamek/docs/history.txt
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.45.4-SNAPSHOT
v0.45.4 (2019-03-24 1700 UTC)
+ PR #1250: Disallow loading trailers during deployment
+ Data: New Sprites and Unit fixes.
+ PR #1258: Aero Sanity 2.0! Fixes a number of reporting bugs and adds full support for Advanced Point Defense,
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/MegaMek.java
Expand Up @@ -75,7 +75,7 @@ public class MegaMek {

private static final MMLogger logger = DefaultMmLogger.getInstance();

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

0 comments on commit f58f285

Please sign in to comment.