Skip to content

Commit 9a30c4e

Browse files
committed
development snapshot <0.3.30>
1 parent a1f4ebc commit 9a30c4e

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

MekHQ/MegaMek.jar

2.03 KB
Binary file not shown.

MekHQ/MegaMekLab.jar

4.72 MB
Binary file not shown.

MekHQ/docs/history.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
VERSION HISTORY
22
----------------------------------
3-
v0.3.30-git
3+
v0.3.30
44
+ Issue #110: Unassigned patients no longer get selected automatically
55
+ Adding planetary icon display to the planet detail view (+ "icon" data entry)
66
+ Adding HPG network display overlay to the interstellar map panel
77
+ Issue #29: MekHQ will not load.
88
+ Issue #69: 3.27 : ATB, allies generated use incorrect skill rating
9-
+ Bug: missing or incorrect values in ratinfo.xml can cause ArrayOutOfBoundsException.
9+
+ Bug: missing or incorrect values in ratinfo.xml can cause ArrayOutOfBoundsException
10+
+ Updated MegaMek.jar to 0.41.20
11+
+ Updated MegaMekLab.jar to 0.1.56
1012

1113
v0.3.29 (2016-06-05 22:40 UTC)
1214
+ Adding a simple view option to the interstellar map (show/hide "empty" planets)

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