We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f069f99 commit b7780d2Copy full SHA for b7780d2
datafiles/Data/changelog.txt
@@ -1,4 +1,4 @@
1
-Changes in v3.9.2 (2021.XX.XX):
+Changes in v3.9.2 (2021.12.06):
2
* Added a master volume slider, which controls the output level of all sounds.
3
* MIDI files can now be opened by dragging and dropping them into the
4
window.
scripts/macros/macros.gml
@@ -2,7 +2,7 @@ function macros() {
#macro gm_runtime_version "2.3.5.458"
#macro version_date "2021.10.31"
#macro version "3.9.2"
5
-#macro is_prerelease 1 // remember to change to 0 in the release!
+#macro is_prerelease 0 // remember to change to 0 in the release!
6
#macro nbs_version 5
7
#macro pat_version 1
8
0 commit comments