From 28870f8effe346ce55ef5ab0dd6ec0da1a208556 Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Sun, 17 Apr 2022 09:04:05 +1000 Subject: [PATCH] bump byond ver --- code/_compile_options.dm | 4 ++-- dependencies.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 3f30ba22ab2e..b3f8300a7b49 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -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 diff --git a/dependencies.sh b/dependencies.sh index 7cda0e7ed350..fedf2fff3790 100755 --- a/dependencies.sh +++ b/dependencies.sh @@ -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