Skip to content

Commit

Permalink
Release candidate <0.46.0-rc.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Jul 23, 2019
1 parent 3c07d11 commit a3fe478
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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'
version = '0.46.0-rc.1'

sourceSets {
main {
Expand All @@ -31,7 +31,7 @@ ext {
mmlBranchTag = mmlBranch.equals('master')? '' : '-' + mmlBranch

// Allows setting a dependency on a different MM branch.
mmBranch = 'master'
mmBranch = 'stable'
mmBranchTag = mmBranch.equals('master')? '' : '-' + mmBranch

mmDir = '../megamek'
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.46.0-rc1
v0.46.0-rc.1 (2019-07-23 0300 UTC)
+ Issue #280: Wrong rounding for Partial Wing
+ Issue #279: BA SRM Torpedo ammo fails to load
+ Issue #281: Issue printing BV to Record Sheet
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";
public static final String VERSION = "0.46.0-rc.1";

private static MMLogger logger = null;

Expand Down

0 comments on commit a3fe478

Please sign in to comment.