Skip to content

Commit

Permalink
Development snapshot <v0.45.3>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Feb 12, 2019
1 parent 0aec13b commit 04b54f7
Show file tree
Hide file tree
Showing 3 changed files with 4 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.3-SNAPSHOT'
version = '0.45.3'

sourceSets {
main {
Expand Down
3 changes: 2 additions & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.45.3-SNAPSHOT
v0.45.3 (2019-02-12 0500 UTC)
+ Issue #223: Quad Protomech engine weight
+ Bug: Missing codecs to display fluff image on record sheets.
+ Issue #228: BA VTOL and UMU movement types
Expand All @@ -14,6 +14,7 @@ v0.45.3-SNAPSHOT
+ Issue #238: Aero recordsheet not printing correctly
+ Use current BT logo on record sheets.
+ Issue #237: Large amounts of weapons overtax warship creation
+ Added "Printing" tab to configuration dialog with some options to customize record sheets (mechs only for now).

v0.45.2 (2018-11-18 0200 UTC)
+ Switched build system from ant to gradle.
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.3-SNAPSHOT";
public static final String VERSION = "0.45.3";

private static MMLogger logger = null;

Expand Down

0 comments on commit 04b54f7

Please sign in to comment.