We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14faccb commit 4bf58d1Copy full SHA for 4bf58d1
MekHQ/docs/history.txt
@@ -1,6 +1,6 @@
1
MEKHQ VERSION HISTORY:
2
---------------
3
-0.49.19-SNAPSHOT
+0.49.19 (2024-04-19 2030 UTC)
4
+ Bug #3958: No selling units in scenario resolution if campaign disallows selling
5
+ Fix #3949: Custom ScenarioObjectives do not change ScenarioStatus in ResolveScenarioWizardDialog
6
+ PR #3953: Add disabled option for Personnel Market
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.19-SNAPSHOT'
+ version = '0.49.19'
26
}
27
28
ext {
0 commit comments