We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f57f09 commit a65aa99Copy full SHA for a65aa99
MekHQ/docs/history.txt
@@ -1,6 +1,6 @@
1
VERSION HISTORY:
2
---------------
3
-0.49.11-SNAPSHOT
+0.49.11 (2022-12-22 1500 UTC)
4
+ PR #3453: Remove restriction limiting generated/dynamic Scenarios to the current Campaign Week
5
+ PR #3450: Base Components: DefaultMHQScrollablePanel
6
+ PR #3482: Infantry refactor adaptation
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.11-SNAPSHOT'
+ version = '0.49.11'
26
}
27
28
ext {
0 commit comments