Skip to content

Commit

Permalink
Development snapshot <v0.49.10>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Sep 12, 2022
1 parent 1ec93a6 commit 81231b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.10-SNAPSHOT'
version = '0.49.10'
}

ext {
Expand Down
5 changes: 3 additions & 2 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
VERSION HISTORY:
----------------
0.49.10-SNAPSHOT
0.49.10 (2022-09-12 1500 UTC)
+ Data: Shorten RAT names for FM3145
+ PR #3887 - Excised Rumble Seat and move to Legacy quirk.
+ PR #3886 - Simplify handling of submunition names
+ Issue #3880 - Respect the setting for showing incline graphics
+ PR #3882 - Base Components: DefaultScrollablePanel
+ PR #3882 - Base Components: DefaultScrollablePanel
+ Issue #3895 - fix minimap NPE

0.49.9 (2022-09-06 2100 UTC)
+ Data: Updating Tags on Board Files
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 @@ -26,7 +26,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.10-SNAPSHOT");
public static final Version VERSION = new Version("0.49.10");
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 81231b4

Please sign in to comment.