From e60c0ebb14961718f07a8f79fe9c383de6f7c235 Mon Sep 17 00:00:00 2001 From: harryob Date: Sat, 6 Apr 2024 11:33:09 +0100 Subject: [PATCH] bump to 515.1627 --- .tgs.yml | 2 +- code/_byond_version_compat.dm | 4 ++-- dependencies.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tgs.yml b/.tgs.yml index 6684cfd084ef..ed84385e3c36 100644 --- a/.tgs.yml +++ b/.tgs.yml @@ -1,5 +1,5 @@ version: 1 -byond: "515.1609" +byond: "515.1627" static_files: - name: config - name: data diff --git a/code/_byond_version_compat.dm b/code/_byond_version_compat.dm index 24a57ce2f1ca..c41fdc830e6e 100644 --- a/code/_byond_version_compat.dm +++ b/code/_byond_version_compat.dm @@ -2,11 +2,11 @@ //Update this whenever you need to take advantage of more recent byond features #define MIN_COMPILER_VERSION 515 -#define MIN_COMPILER_BUILD 1609 +#define MIN_COMPILER_BUILD 1627 #if (DM_VERSION < MIN_COMPILER_VERSION || DM_BUILD < MIN_COMPILER_BUILD) && !defined(SPACEMAN_DMM) && !defined(OPENDREAM) //Don't forget to update this part #error Your version of BYOND is too out-of-date to compile this project. Go to https://www.byond.com/download and update. -#error You need version 515.1609 or higher +#error You need version 515.1627 or higher #endif // So we want to have compile time guarantees these methods exist on local type, unfortunately 515 killed the .proc/procname and .verb/verbname syntax so we have to use nameof() diff --git a/dependencies.sh b/dependencies.sh index 7e2ff8b666d9..55d895a2175b 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -5,7 +5,7 @@ # byond version export BYOND_MAJOR=515 -export BYOND_MINOR=1609 +export BYOND_MINOR=1627 #rust_g git tag export RUST_G_VERSION=2.1.0