Skip to content

Commit 70f9cb4

Browse files
committed
Ready to Develop <v0.50.0-SNAPSHOT>
1 parent 2d4a473 commit 70f9cb4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MekHQ/docs/history.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
MEKHQ VERSION HISTORY:
22
---------------
3-
0.49.20 (2024-06-28 2100 UTC)
3+
0.50.0-SNAPSHOT (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED)
4+
5+
0.49.20 (2024-06-28 2100 UTC) (THIS IS THE LAST VERSION TO SUPPORT JAVA 11)
46
+ PR #4005: Code internals: DialogOptionsListener update
57
+ PR #2997: Story Arcs Basic Architecture
68
+ FIX #4017: Space and Low Atmosphere not saved to xml, when started game after load the correct board type was to megamek

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.20'
25+
version = '0.50.0-SNAPSHOT'
2626
}
2727

2828
ext {

0 commit comments

Comments
 (0)