Skip to content

Commit f9ca616

Browse files
committed
3.9.0
1 parent 1cff3b2 commit f9ca616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0 (2021.09.16):
1+
Changes in v3.9.0 (2021.09.25):
22
* Added Discord Rich Presence. Show the world what you are working on!
33
Your current song and note count will appear on your Discord status activity
44
for everyone to see.

scripts/macros/macros.gml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function macros() {
2-
#macro gm_runtime_version "2.3.3.437"
3-
#macro version_date "2021.09.16"
2+
#macro gm_runtime_version "2.3.3.443"
3+
#macro version_date "2021.09.25"
44
#macro version "3.9.0"
5-
#macro snapshot 1 // remember to change to 0 in the release!
5+
#macro snapshot 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)