Skip to content

Commit 826f2ce

Browse files
committed
+ development snapshot <0.41.27>
1 parent 4d1e486 commit 826f2ce

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

MekHQ/MegaMek.jar

24.3 KB
Binary file not shown.

MekHQ/MegaMekLab.jar

25.2 KB
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.27-git
3+
v0.41.27
44
+ PR #232: "Advanced Medical" refactor - new medical dialogue, lots of under-the-hood improvements
55
+ Allowing twins, triplets, quadruplets ... and so on to be born
66
+ Recording the biological father of children at conception time
@@ -18,6 +18,7 @@ v0.41.27-git
1818
+ Issue #239: Techs stuck on assignment (also #237, #261).
1919
+ Issue #231: IndexOutOfBoundsException in Layered Icon editor
2020
+ Issue #224: Mechs with bad hip/shoulder do not show in repair bay if IS undamaged
21+
+ Updated MegaMek.jar and MegaMekLab.jar to 0.41.27
2122

2223
v0.41.26 (2016-11-02 02:00 UTC)
2324
+ Issue #204: AtB generates empty unit markets with traditional RATS

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