Skip to content

Commit 4c13255

Browse files
committed
Stable release <v0.48.0>
1 parent 8404d38 commit 4c13255

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MekHQ/docs/history.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY:
22
----------------
3-
0.47.18 (RC4)-SNAPSHOT
3+
0.48.0 (Stable) - (2021-03-05 1530 UT
44
+ Issue #2427: Exception during maintenance on a new day breaks MekHQ
55
+ Issue #2431: Fix exception exporting personnel to CSV
66
+ PR #2437: Hangar Report: Fixing Wrong Node Addition for Medium Wheeled
@@ -480,7 +480,7 @@ v0.47.0 (2019-08-21 0300 UTC)
480480
+ PR #1227: Dropships can now load alternate munitions into artillery base if the game is configured for it
481481
+ PR #1226: [Feature] Campaign Subset Export: export a subset of your current campaign into another, either new or existing, campaign file. Overwrites units and personnel with the same guid. Option to remove exported personnel from source campaign. Obviously make backups before using on an existing campaign.
482482

483-
0.46.0 (2019-08-12 1900 UTC)
483+
0.46.0 (Stable) (2019-08-12 1900 UTC)
484484
+ Issue 1249: Tech Names Missing in Event Log
485485

486486
0.46.0-rc.2 (2019-08-12 0100 UTC)

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.47.18-SNAPSHOT
5+
Application.version = 0.48.0
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.47.18-SNAPSHOT'
25+
version = '0.48.0'
2626
}
2727

2828
ext {

0 commit comments

Comments
 (0)