Skip to content

Commit

Permalink
Development snapshot <v0.49.18>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Feb 17, 2024
1 parent 7bae531 commit 301d7d1
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.18-SNAPSHOT'
version = '0.49.18'
}

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 @@
MEGAMEK VERSION HISTORY:
----------------
0.49.18-SNAPSHOT
0.49.18 (2024-02-17 1800 UTC)
+ Fix #5004: Prevents an error when configuring LAMs or quadvees in the lobby
+ PR #5002, #5001: AS conversion: fix BA medium and long range damage with SSW, STOL units and aerodyne DS/SC now receive VSTOL
+ PR #4993: Alpha Strike aero support vehicles (fixced wing support) will now find and display their fluff images if there are any
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.18-SNAPSHOT");
public static final Version VERSION = new Version("0.49.18");
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 301d7d1

Please sign in to comment.