Skip to content

Commit

Permalink
Stable release <v0.46.0>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Aug 20, 2019
1 parent 95fdabc commit 2404dab
Show file tree
Hide file tree
Showing 3 changed files with 5 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.46.0-rc.2'
version = '0.46.0'

sourceSets {
main {
Expand Down
4 changes: 3 additions & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VERSION HISTORY:
----------------
0.46.0-rc.2 (2019-08-12 0100 UTC)
v0.46.0 (2019-08-20 1900 UTC)

v0.46.0-rc.2 (2019-08-12 0100 UTC)
+ Issue #333: ASF printing - Missing armor pips

v0.46.0-rc.1 (2019-07-23 0300 UTC)
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.46.0-rc.2";
public static final String VERSION = "0.46.0";

private static MMLogger logger = null;

Expand Down

0 comments on commit 2404dab

Please sign in to comment.