[MIRROR] Update minimum compiler version in __byond_version_compat.dm (#10313)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-06 12:08:26 +01:00
committed by GitHub
co-authored by Selis Kashargul
parent 96ffd04c6a
commit af8a155239
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
version: 1
# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job)
# Must be interpreted as a string, keep quoted
byond: "516.1655"
byond: "516.1657"
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
static_files:
# Config directory should be static
+3 -3
View File
@@ -8,12 +8,12 @@
// This file contains defines allowing targeting byond versions newer than the supported
//Update this whenever you need to take advantage of more recent byond features
#define MIN_COMPILER_VERSION 515
#define MIN_COMPILER_BUILD 1590
#define MIN_COMPILER_VERSION 516
#define MIN_COMPILER_BUILD 1657
#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://secure.byond.com/download and update.
#error You need version 515.1590 or higher
#error You need version 516.1657 or higher
#endif
// Keep savefile compatibilty at minimum supported level
+1 -1
View File
@@ -5,7 +5,7 @@
# byond version
export BYOND_MAJOR=516
export BYOND_MINOR=1655
export BYOND_MINOR=1657
# Macro Count
export MACRO_COUNT=8