Skip to content

Commit

Permalink
Ready to Develop <v0.47.16>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Dec 15, 2020
1 parent 87b76ad commit b7bcc99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MekHQ/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
VERSION HISTORY:
----------------
0.47.16 (RC2)-SNAPSHOT

0.47.15 (RC1) (2020-12-14 2330 UTC)
+ Issue #2166: NRE in Money::plus/Money::minus
+ PR #2224: Add some basic Refit tests and fix an Armor location bug calculating armor during a refit
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/resources/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.47.15
Application.version = 0.47.16-SNAPSHOT
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {

subprojects {
group = 'org.megamek'
version = '0.47.15'
version = '0.47.16-SNAPSHOT'
}

ext {
Expand Down

0 comments on commit b7bcc99

Please sign in to comment.