Skip to content

Commit b7780d2

Browse files
committed
3.9.2
1 parent f069f99 commit b7780d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafiles/Data/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in v3.9.2 (2021.XX.XX):
1+
Changes in v3.9.2 (2021.12.06):
22
* Added a master volume slider, which controls the output level of all sounds.
33
* MIDI files can now be opened by dragging and dropping them into the
44
window.

scripts/macros/macros.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function macros() {
22
#macro gm_runtime_version "2.3.5.458"
33
#macro version_date "2021.10.31"
44
#macro version "3.9.2"
5-
#macro is_prerelease 1 // remember to change to 0 in the release!
5+
#macro is_prerelease 0 // remember to change to 0 in the release!
66
#macro nbs_version 5
77
#macro pat_version 1
88

0 commit comments

Comments
 (0)