Skip to content

Commit 475a36a

Browse files
committed
development snapshot <0.41.26>
1 parent 285e499 commit 475a36a

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

MekHQ/MegaMek.jar

68 Bytes
Binary file not shown.

MekHQ/MegaMekLab.jar

5.93 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.26-git
3+
v0.41.26 (2016-11-02 02:00 UTC)
44
+ Issue #204: AtB generates empty unit markets with traditional RATS
55
+ Fixed bug with Export to MUL setting deployment round to -1 instead of 0
66
+ Issue #103: Dragoon Rating (FMM:Rev) Decreases as Dropship Carrying Capacity is Used
@@ -13,6 +13,7 @@ v0.41.26-git
1313
+ Added PR for Refurbishment
1414
+ Added PR for Repair task icons
1515
+ New force icon pieces and categories
16+
+ Updated MegaMek.jar and MegaMekLab.jar to 0.41.26
1617

1718
v0.41.25 (2016-10-15 14:40 UTC)
1819
+ Issue #158: Scenario Resolution: ejected+fled pilots lose hits

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