Skip to content

Commit

Permalink
Ready to Develop <v0.49.15>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jul 28, 2023
1 parent 8735c9e commit 00e4c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.14'
version = '0.49.15-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.15-SNAPSHOT

0.49.14 (2023-07-28 2100 UTC)
+ Fix #4452: Fixes a bug with detecting if Infantry dies due to extreme temperatures
+ Fix #4245: At victory in a double-blind game, a full unfiltered report is now available
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/SuiteConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public abstract class SuiteConstants {
//region General Constants
public static final String PROJECT_NAME = "MegaMek Suite";
public static final Version VERSION = new Version("0.49.14");
public static final Version VERSION = new Version("0.49.15-SNAPSHOT");
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 00e4c51

Please sign in to comment.