Skip to content

Commit

Permalink
development snapshot <0.43.2>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed May 1, 2017
1 parent 3bf1d51 commit 6868fcf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file modified MekHQ/MegaMek.jar
Binary file not shown.
Binary file modified MekHQ/MegaMekLab.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion MekHQ/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.43.2-git
v0.43.2 (2017-05-1 22:00 UTC)
+ Fix #362: Omni Refits calculating additional HS incorrectly
+ Bug: Cannot begin refit when creating custom omni configuration in MekLab.
+ Fix #365: Personnel actions not refreshing with options affecting person panel.
Expand All @@ -24,6 +24,8 @@ v0.43.2-git
freeborn clan tech. This required implementing 99% of the code to
support custom SPAs that affect MHQ rather than MM. The rest will
come in once a plugin system is implemented.
+ Updated MegaMek.jar to 0.43.2
+ Updated MegaMekLab.jar to 0.43.2

v0.43.1 (2017-03-31 01:15 UTC)
+ Change to require GM Mode for the add/remove pregnancy context menu commands
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Global properties for this build -->
<!-- Version and packaging properties -->
<property name="project.name" value="mekhq" />
<property name="version" value="0.43.2-git"/>
<property name="version" value="0.43.2"/>
<property name="osxdist" value="${project.name}-${version}-mac" />
<property name="windist" value="${project.name}-${version}-windows" />
<property name="nixdist" value="${project.name}-${version}" />
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/packaging_local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Global properties for this build -->
<!-- Version and packaging properties -->
<property name="project.name" value="mekhq" />
<property name="version" value="0.43.2-git"/>
<property name="version" value="0.43.2"/>
<property name="osxdist" value="${project.name}-${version}-mac" />
<property name="windist" value="${project.name}-${version}-windows" />
<property name="nixdist" value="${project.name}-${version}" />
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/resources/MekHQ.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Application.name = MekHQ
Application.title = MekHQ
Application.version = 0.43.2-git
Application.version = 0.43.2
Application.vendor= MekHQ Project
Application.homepage=https://github.com/MegaMek
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
Expand Down

0 comments on commit 6868fcf

Please sign in to comment.