Skip to content

Commit

Permalink
Ready to Develop <v0.49.7>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS authored and HammerGS committed Dec 31, 2021
1 parent b88c16a commit ab2d411
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.6'
version = '0.49.7-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.7-SNAPSHOT

0.49.6 (2021-12-31 2200 UTC)
+ Issue #2917: Missing Water Tile Hexes in Nightly Builds
+ Issue #3156: Use More Reliable Technique to Report the Attacker
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 @@ -23,7 +23,7 @@
*/
public abstract class SuiteConstants {
//region General Constants
public static final Version VERSION = new Version("0.49.6");
public static final Version VERSION = new Version("0.49.7-SNAPSHOT");
public static final int MAXIMUM_D6_VALUE = 6;
//endregion General Constants
}

0 comments on commit ab2d411

Please sign in to comment.