diff --git a/README.md b/README.md index f95aa866..d5ad2454 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Vinyl 6.2.0 (alpha)

+

Vinyl 6.2.1 (beta)

Audio tooling for GameMaker 2024.8 (and later)

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index de4130fe..96d45963 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -29,7 +29,7 @@ "option_windows_steam_use_alternative_launcher":false, "option_windows_texture_page":"2048x2048", "option_windows_use_splash":false, - "option_windows_version":"6.2.0.0", + "option_windows_version":"6.2.1.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__VinylConstants/__VinylConstants.gml b/scripts/__VinylConstants/__VinylConstants.gml index 232431c4..5326ae1b 100644 --- a/scripts/__VinylConstants/__VinylConstants.gml +++ b/scripts/__VinylConstants/__VinylConstants.gml @@ -1,4 +1,15 @@ // Feather disable all -#macro VINYL_VERSION "6.2.0 (alpha)" -#macro VINYL_DATE "2024-10-15" \ No newline at end of file +//////////////////////////////////////////////////////////////////////////// +// // +// You're welcome to use any of the following macros in your game but ... // +// // +// DO NOT EDIT THIS SCRIPT // +// Bad things might happen. // +// // +// Customisation options can be found in the Config folder scripts. // +// // +//////////////////////////////////////////////////////////////////////////// + +#macro VINYL_VERSION "6.2.1 (beta)" +#macro VINYL_DATE "2024-12-18" \ No newline at end of file