Skip to content

Commit

Permalink
Ready to Develop <v0.49.8>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Feb 18, 2022
1 parent 1f240a5 commit ddd775b
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.7'
version = '0.49.8-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,6 +1,8 @@

VERSION HISTORY:
----------------
0.49.8-SNAPSHOT

0.49.7 (2021-12-18 0300 UTC)
+ Issue #504: Adding View Active Unit keybind, to view active unit in Unit Display and target previously viewed unit
+ PR #3347: TacOps: AR bracing rule (mechs and protomechs can brace to get a bonus to hit on some shots, but are a lot easier to hit themselves)
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.7");
public static final Version VERSION = new Version("0.49.8-SNAPSHOT");
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 02, 18);
public static final int MAXIMUM_D6_VALUE = 6;

Expand Down

0 comments on commit ddd775b

Please sign in to comment.