Skip to content

Commit

Permalink
Development snapshot <v0.50.00>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Sep 1, 2024
1 parent 344ce84 commit ce95ba3
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 @@ -15,7 +15,7 @@ allprojects {

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

// A properties_local.gradle file can be used to override any of the above options. For instance,
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 @@
MEGAMEK VERSION HISTORY:
----------------
0.50.0-SNAPSHOT (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED)
0.50.0 (2024-09-01 2000 UTC) (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED)
+ PR #5649: Use UTF encoding for reading MTF files (This might fix the issues #5648 and #5647)
+ PR #5512: Gradle and Github changes for JRE 17 Min
+ Fix #5648: Diacratics and/or name changes causing issues with Force/RAT Generator
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 @@ -29,7 +29,7 @@ protected SuiteConstants() {

// region General Constants
public static final String PROJECT_NAME = "MegaMek Suite";
public static final Version VERSION = new Version("0.50.0-SNAPSHOT");
public static final Version VERSION = new Version("0.50.0");
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 ce95ba3

Please sign in to comment.