Skip to content

Commit 0c53627

Browse files
committed
+ development snapshot <0.41.24>
1 parent d5354dd commit 0c53627

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

MekHQ/MegaMek.jar

1.58 KB
Binary file not shown.

MekHQ/MegaMekLab.jar

4.45 KB
Binary file not shown.

MekHQ/docs/history.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY
22
----------------------------------
3-
v0.41.24-git
3+
v0.41.24 (2016-10-06 03:15 UTC)
44
+ Issue #170: MHQ Unable to Resolve Space Battle with Fighter Squadrons
55
+ Version matched to MegaMek
66
+ Refactored PortraitChoiceDialog to be ImageChoiceDialog since it's used for more than one thing
@@ -18,7 +18,9 @@ v0.41.24-git
1818
Closes #177:[ATB] Rolls for Dropship should occur 1 time a month
1919
+ Moved AtB opfor generation tables into data/universe/atbconfig.xml, where they can be customized by the player.
2020
+ Issue #186: Clan battles returning 'No Random Assignment Table found for this faction'
21-
+ Fixed Mac OSX Packaging (Hopefully for good this time!)
21+
+ Fixed Mac OSX Packaging (Hopefully for good this time!)
22+
+ Updated MegaMek.jar to 0.41.24
23+
+ Updated MegaMekLab.jar to 0.41.24
2224

2325
v0.3.33 (2016-09-20 00:07 UTC)
2426
+ Added AtB preset.

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