File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MEKHQ VERSION HISTORY:
2
2
---------------
3
- 0.49.20-SNAPSHOT
3
+ 0.49.20 (2024-06-28 2100 UTC)
4
4
+ PR # 4005: Code internals: DialogOptionsListener update
5
5
+ PR # 2997: Story Arcs Basic Architecture
6
6
+ FIX # 4017: Space and Low Atmosphere not saved to xml, when started game after load the correct board type was to megamek
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allprojects {
22
22
23
23
subprojects {
24
24
group = ' org.megamek'
25
- version = ' 0.49.20-SNAPSHOT '
25
+ version = ' 0.49.20'
26
26
}
27
27
28
28
ext {
@@ -31,16 +31,16 @@ ext {
31
31
mhqGitRoot = ' https://github.com/MegaMek/mekhq.git'
32
32
// Work on MML or MHQ sometimes requires changes in MM as well. The maven publishing tasks use
33
33
// 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.
35
35
mhqBranch = grgit. branch. current(). name
36
36
mhqBranchTag = mhqBranch. equals(' master' ) ? ' ' : ' -' + mhqBranch
37
-
37
+
38
38
// Allows setting a dependency on a different MM branch.
39
39
mmBranch = ' master'
40
40
mmBranchTag = mmBranch. equals(' master' ) ? ' ' : ' -' + mmBranch
41
41
mmlBranch = ' master'
42
42
mmlBranchTag = mmlBranch. equals(' master' ) ? ' ' : ' -' + mmlBranch
43
-
43
+
44
44
mmDir = " ${ rootDir} /../megamek"
45
45
mmlDir = " ${ rootDir} /../megameklab"
46
46
}
You can’t perform that action at this time.
0 commit comments