Skip to content

Commit a0aeb80

Browse files
committed
+ development snapshot <0.41.28>
1 parent 489cb07 commit a0aeb80

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

MekHQ/MegaMek.jar

153 Bytes
Binary file not shown.

MekHQ/MegaMekLab.jar

152 Bytes
Binary file not shown.

MekHQ/docs/history.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
VERSION HISTORY:
22
----------------
3-
v0.41.28
3+
v0.41.28 (2016-12-18 17:35 UTC)
44
+ Issue #237: Remove Tech From Lance assignments upon retiring
55
+ Fix #262: Advanced Medical: Patient not added to infirmary until day is advanced
66
+ Fix #265: Vehicle gunnery skills not showing same as personnel screen
7+
+ Updated MegaMek.jar and MegaMekLab.jar to 0.41.28
78

89
v0.41.27 (2016-12-07 03:00 UTC)
910
+ PR #232: "Advanced Medical" refactor - new medical dialogue, lots of under-the-hood improvements

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.28-git"/>
23+
<property name="version" value="0.41.28"/>
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.28-git"/>
23+
<property name="version" value="0.41.28"/>
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.28-git
5+
Application.version = 0.41.28
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)