Skip to content

Commit ad394ba

Browse files
committed
ready to develop <0.3.30>
1 parent 4640e14 commit ad394ba

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

MekHQ/docs/history.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
VERSION HISTORY
22
----------------------------------
3+
v0.3.30-git
4+
35
v0.3.29 (2016-06-05 22:40 UTC)
46
+ Adding a simple view option to the interstellar map (show/hide "empty" planets)
57
+ Code cleanup/refactor of the interstellar map panel
@@ -15,6 +17,8 @@ v0.3.29 (2016-06-05 22:40 UTC)
1517
+ Issue #89: AtB - NPE Setting Planetary Conditions
1618
+ Interstellar map panel QoL improvements: Zooming at the middle of the screen
1719
+ PR #95 - AtB Uses Int Ops Reputation Factor when IO rating is used
20+
+ Updated MegaMek.jar to 0.41.19
21+
+ Updated MegaMekLab.jar to 0.1.55
1822

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

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