Skip to content

Commit

Permalink
Development snapshot <v0.49.2>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jun 19, 2021
1 parent 6ff1d6e commit 6db9d95
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 @@ -8,7 +8,7 @@ plugins {
sourceCompatibility = 11
targetCompatibility = 11
group = 'org.megamek'
version = '0.49.2-SNAPSHOT'
version = '0.49.2'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
0.49.2-SNAPSHOT
0.49.2 (2021-06-19 2330 UTC)
+ Issue #912: Changing AMS, A-Pod, and B-Pod display text from PD to PB
+ Issue #905: Preventing Full Head Ejection NPE
+ PR #917: Remove prototype heatsinks from equipment tab
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import java.util.Locale;

public class MegaMekLab {
public static final String VERSION = "0.49.2-SNAPSHOT";
public static final String VERSION = "0.49.2";

private static MMLogger logger = null;

Expand Down

0 comments on commit 6db9d95

Please sign in to comment.