Skip to content

Commit

Permalink
Development snapshot <0.45.4>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Mar 24, 2019
1 parent 8a1dadb commit 2c203ca
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 = 1.8
targetCompatibility = 1.8
group = 'org.megamek'
version = '0.45.4-SNAPSHOT'
version = '0.45.4'

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:
----------------
v0.45.4-SNAPSHOT
v0.45.4 (2019-03-24 1700 UTC)
+ Fixed vehicle and aero slot calculations for patchwork armor.
+ Issue #202: Clan Improved Autocannon 20 has no standard ammunition
+ Issue #249: Warship Validation error
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 @@ -35,7 +35,7 @@
import megameklab.com.ui.Mek.MainUI;

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

private static MMLogger logger = null;

Expand Down

0 comments on commit 2c203ca

Please sign in to comment.