Skip to content

Commit ce05735

Browse files
committed
+ Stable Release <0.42.0>
1 parent a613bd4 commit ce05735

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

MekHQ/MegaMek.jar

200 Bytes
Binary file not shown.

MekHQ/MegaMekLab.jar

198 Bytes
Binary file not shown.

MekHQ/docs/history.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
v0.41.29-git
3+
v0.42.0 (2017-01-01 14:00 UTC)
44
+ Fix #266: PayForTransport option ignored when estimating total contract profit
55
+ Fix #291: Pilots being generated with special abilities in the battle even though special abilities are turned off
66
+ Fix #268: Pilots always killed if resolve manually
@@ -11,6 +11,7 @@ v0.41.29-git
1111
+ Fix #292: Starleague cache 1: IndexOutOfBoundsException when generating enemy
1212
+ Fix #250: [AtB] Wrong deployment edge for bot reinforcements in Chase(Att) scenario.
1313
+ [AtB] Chase scenario uses unit speed to determine deployment turn.
14+
+ Updated MegaMek.jar and MegaMekLab.jar to 0.42.0
1415

1516
v0.41.28 (2016-12-18 17:35 UTC)
1617
+ Issue #237: Remove Tech From Lance assignments upon retiring

MekHQ/packaging.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Global properties for this build -->
2121
<!-- Version and packaging properties -->
2222
<property name="project.name" value="mekhq" />
23-
<property name="version" value="0.41.29-git"/>
23+
<property name="version" value="0.42.0"/>
2424
<property name="osxdist" value="${project.name}-${version}-mac" />
2525
<property name="windist" value="${project.name}-${version}-windows" />
2626
<property name="nixdist" value="${project.name}-${version}" />

MekHQ/packaging_local.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Global properties for this build -->
2121
<!-- Version and packaging properties -->
2222
<property name="project.name" value="mekhq" />
23-
<property name="version" value="0.41.29-git"/>
23+
<property name="version" value="0.42.0"/>
2424
<property name="osxdist" value="${project.name}-${version}-mac" />
2525
<property name="windist" value="${project.name}-${version}-windows" />
2626
<property name="nixdist" value="${project.name}-${version}" />

MekHQ/src/mekhq/resources/MekHQ.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Application.name = MekHQ
44
Application.title = MekHQ
5-
Application.version = 0.41.29-git
5+
Application.version = 0.42.0
66
Application.vendor= MekHQ Project
77
Application.homepage=https://github.com/MegaMek
88
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop

0 commit comments

Comments
 (0)