Skip to content

Commit

Permalink
Stable release <v0.48.0>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Mar 5, 2021
1 parent 1fd1aef commit 4e5188e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.47.18-SNAPSHOT'
version = '0.48.0'

sourceSets {
main {
Expand Down
4 changes: 2 additions & 2 deletions docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
0.47.18 (RC4)-SNAPSHOT
0.48.0 (Stable) - (2021-03-05 1530 UTC)

0.47.17 (RC3) (2021-02-075 2015 UTC)
+ Issue #861: Advanced SRM wrong damage/missile
Expand Down Expand Up @@ -275,7 +275,7 @@ v0.47.1 (2019-11-05 0300 UTC)
v0.47.0 (2019-08-21 0300 UTC)
+ Issue #336: Quad Battlemechs are unable to allocate industrial physical weapons to their side torsos

v0.46.0 (2019-08-20 1900 UTC)
v0.46.0 (Stable) (2019-08-20 1900 UTC)

v0.46.0-rc.2 (2019-08-12 0100 UTC)
+ Issue #333: ASF printing - Missing armor pips
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 @@ -49,7 +49,7 @@
import megameklab.com.util.UnitUtil;

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

private static MMLogger logger = null;

Expand Down

0 comments on commit 4e5188e

Please sign in to comment.