Skip to content

Commit 2d4a473

Browse files
committed
Development snapshot <v0.49.20>
1 parent 398cbd4 commit 2d4a473

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MekHQ/docs/history.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MEKHQ VERSION HISTORY:
22
---------------
3-
0.49.20-SNAPSHOT
3+
0.49.20 (2024-06-28 2100 UTC)
44
+ PR #4005: Code internals: DialogOptionsListener update
55
+ PR #2997: Story Arcs Basic Architecture
66
+ FIX #4017: Space and Low Atmosphere not saved to xml, when started game after load the correct board type was to megamek

build.gradle

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

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

2828
ext {
@@ -31,16 +31,16 @@ ext {
3131
mhqGitRoot = 'https://github.com/MegaMek/mekhq.git'
3232
// Work on MML or MHQ sometimes requires changes in MM as well. The maven publishing tasks use
3333
// these properties to append the branch name to the artifact id if the repo is not in the master
34-
// branch, making it available separately to the child project.
34+
// branch, making it available separately to the child project.
3535
mhqBranch = grgit.branch.current().name
3636
mhqBranchTag = mhqBranch.equals('master') ? '' : '-' + mhqBranch
37-
37+
3838
// Allows setting a dependency on a different MM branch.
3939
mmBranch = 'master'
4040
mmBranchTag = mmBranch.equals('master') ? '' : '-' + mmBranch
4141
mmlBranch = 'master'
4242
mmlBranchTag = mmlBranch.equals('master') ? '' : '-' + mmlBranch
43-
43+
4444
mmDir = "${rootDir}/../megamek"
4545
mmlDir = "${rootDir}/../megameklab"
4646
}

0 commit comments

Comments
 (0)