Skip to content

Commit 831082d

Browse files
committed
Development snapshot <0.3.28>
1 parent af3fe48 commit 831082d

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

MekHQ/MegaMek.jar

-174 KB
Binary file not shown.

MekHQ/MegaMekLab.jar

-4.62 MB
Binary file not shown.

MekHQ/docs/history.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY
22
----------------------------------
3-
v0.3.28-git
3+
v0.3.28 (2016-04-16 19:30 UTC)
44
+ Bug #43 / PR #62: Making admins gain their XP less often than once per week if requested,
55
have that option work independently from AtB.
66
+ PR #60: UI Enhancement - Show children in person panel
@@ -16,6 +16,8 @@ v0.3.28-git
1616
+ [AtB] When failure to deploy results in defeat, replace generated entities with stubs.
1717
+ Issue #40: [ATB] 3.25 : Enemy reinforcements incorrectly set to deploy at the start of the game
1818
+ Issue #68: IndexOutOfBoundsException when advancing day
19+
+ Updated MegaMek.jar to 0.41.18
20+
+ Updated MegaMekLab.jar to 0.1.54
1921

2022
v0.3.27 (2016-04-16 00:30 UTC)
2123
+ Updated MegaMek.jar to 0.41.17

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.28-git"/>
23+
<property name="version" value="0.3.28"/>
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.28-git"/>
23+
<property name="version" value="0.3.28"/>
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Application.name = MekHQ
44
Application.title = MekHQ
5-
Application.version = 0.3.28-git
5+
Application.version = 0.3.28
66
Application.vendor= MekHQ Project
7-
Application.homepage=http://mekhq.sourceforge.net
7+
Application.homepage=https://github.com/MegaMek
88
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
99
Application.vendorId =
1010
Application.id = MekHQ

0 commit comments

Comments
 (0)