Skip to content

Commit fa1d955

Browse files
HammerGSHammerGS
HammerGS
authored and
HammerGS
committed
Development snapshot <v0.49.3>
1 parent 258a28f commit fa1d955

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MekHQ/docs/history.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
0.49.3-SNAPSHOT
3+
0.49.3 (2021-08-23 2000 UTC)
44
+ Issue #2679: Correctly show and apply overtime mod to multi-day rolls
55
+ Issue #2709: Two Scenario Date NPEs
66
+ Issue #2685: Preventing NPE when loading scenario save games

MekHQ/resources/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.49.3-SNAPSHOT
5+
Application.version = 0.49.3
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

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222

2323
subprojects {
2424
group = 'org.megamek'
25-
version = '0.49.3-SNAPSHOT'
25+
version = '0.49.3'
2626
}
2727

2828
ext {

0 commit comments

Comments
 (0)