Skip to content

Commit

Permalink
Development snapshot <v0.49.2>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jun 19, 2021
1 parent e9fc314 commit c46bf8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {

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

ext {
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:
----------------
0.49.2-SNAPSHOT
0.49.2 (2021-06-19 2330 UTC)
+ PR #2816: Board Editor Layout Scaling
+ PR #2852: Board Hex Fluff Transitions
+ PR #2877: Report Messages Cleanup
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 @@ -65,7 +65,7 @@ public class MegaMek {
private static MMLogger logger = null;
private static MMPreferences preferences = null;

public static String VERSION = "0.49.2-SNAPSHOT";
public static String VERSION = "0.49.2";
public static long TIMESTAMP = new File(PreferenceManager.getClientPreferences().getLogDirectory()
+ File.separator + "timestamp").lastModified();

Expand Down

0 comments on commit c46bf8f

Please sign in to comment.