Skip to content

Commit

Permalink
Ready to Develop <v0.49.9>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed May 27, 2022
1 parent cfb2518 commit 51dc0cc
Show file tree
Hide file tree
Showing 3 changed files with 5 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.8'
version = '0.49.9-SNAPSHOT'
}

ext {
Expand Down
2 changes: 2 additions & 0 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
VERSION HISTORY:
----------------
0.49.9-SNAPSHOT

0.49.8 (2022-05-27 1430 UTC)
+ PR #3431: MUL ID
+ PR #3447: Adding Build-Date to the Manifest File
Expand Down
4 changes: 2 additions & 2 deletions megamek/src/megamek/SuiteConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
public abstract class SuiteConstants {
//region General Constants
public static final String PROJECT_NAME = "MegaMek Suite";
public static final Version VERSION = new Version("0.49.8");
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 02, 18);
public static final Version VERSION = new Version("0.49.9-SNAPSHOT");
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 5, 27);
public static final int MAXIMUM_D6_VALUE = 6;

// This is used in creating the name of save files, e.g. the MekHQ campaign file
Expand Down

0 comments on commit 51dc0cc

Please sign in to comment.