Skip to content

Commit 5ef4f76

Browse files
committed
Update macros.gml
1 parent f80083d commit 5ef4f76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/macros/macros.gml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
function macros() {
22
#macro gm_runtime_version "2022.0.3 LTS"
3-
#macro version_date "2026.2.17"
4-
#macro version "3.12.0-dev"
3+
#macro version_date "2026.3.20"
4+
#macro version "3.12.0-beta.1"
55
#macro is_prerelease 1 // remember to change to 0 in the release!
6-
#macro is_development 1 // the more frequent versions that are not on github (no auto update)
6+
#macro is_development 0 // the more frequent versions that are not on github (no auto update)
77
#macro nbs_version 6
88
#macro pat_version 1
99

0 commit comments

Comments
 (0)