bump byond ver

This commit is contained in:
Katherine Kiefer
2022-04-17 09:04:05 +10:00
parent 25a6c94ea8
commit 28870f8eff
2 changed files with 3 additions and 3 deletions

View File

@@ -58,12 +58,12 @@
//If you update these values, update the message in the #error
#define MAX_BYOND_MAJOR 514
#define MAX_BYOND_MINOR 1569
#define MAX_BYOND_MINOR 1575
///Uncomment to bypass the max version check. Note: This will likely break the game, only use if you know what you're doing
//#define IGNORE_MAX_BYOND_VERSION
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(IGNORE_MAX_BYOND_VERSION)
#error Your version of BYOND is too new to compile this project. Download version 514.1569 at www.byond.com/download/build/514/514.1569_byond.exe
#error Your version of BYOND is too new to compile this project. Download version 514.1575 at www.byond.com/download/build/514/514.1575_byond.exe
#endif
#ifdef TRAVISBUILDING

View File

@@ -6,7 +6,7 @@
# byond version
# Extracted from the Dockerfile. Change by editing Dockerfile's FROM command.
export BYOND_MAJOR=514
export BYOND_MINOR=1564
export BYOND_MINOR=1575
#rust_g git tag
export RUST_G_VERSION=0.4.5