Skip to content

Commit 4640e14

Browse files
committed
Development snapshot <0.3.29>
1 parent 8256d1c commit 4640e14

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

MekHQ/MegaMek.jar

6.35 KB
Binary file not shown.

MekHQ/MegaMekLab.jar

-9 Bytes
Binary file not shown.

MekHQ/docs/history.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY
22
----------------------------------
3-
v0.3.29-git
3+
v0.3.29 (2016-06-05 22:40 UTC)
44
+ Adding a simple view option to the interstellar map (show/hide "empty" planets)
55
+ Code cleanup/refactor of the interstellar map panel
66
+ Issue #96: Null Pointer Exception from Special Mission (Prison Break)
@@ -13,6 +13,8 @@ v0.3.29-git
1313
+ Issue #64: Coolant failures not reset between missions.
1414
+ Issue #63: Unable to edit mission - error about duplicate mission name.
1515
+ Issue #89: AtB - NPE Setting Planetary Conditions
16+
+ Interstellar map panel QoL improvements: Zooming at the middle of the screen
17+
+ PR #95 - AtB Uses Int Ops Reputation Factor when IO rating is used
1618

1719
v0.3.28 (2016-04-16 19:30 UTC)
1820
+ Bug #43 / PR #62: Making admins gain their XP less often than once per week if requested,

MekHQ/packaging.xml

Lines changed: 1 addition & 1 deletion
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.29-git"/>
23+
<property name="version" value="0.3.29"/>
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

Lines changed: 1 addition & 1 deletion
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.29-git"/>
23+
<property name="version" value="0.3.29"/>
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

Lines changed: 1 addition & 1 deletion
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.29-git
5+
Application.version = 0.3.29
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)