Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 6eaf096

Browse files
committed
Another byond min max update
1 parent fa73785 commit 6eaf096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/__byond_version_compat.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
//If you update these values, update the message in the #error
1313
#define MAX_BYOND_MAJOR 515
14-
#define MAX_BYOND_MINOR 1630
14+
#define MAX_BYOND_MINOR 1640
1515

1616
// You can define IGNORE_MAX_BYOND_VERSION to bypass the max version check.
1717
// Note: This will likely break the game, especially any extools/auxtools linkage. Only use if you know what you're doing!
@@ -25,7 +25,7 @@
2525

2626
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(IGNORE_MAX_BYOND_VERSION)
2727
// Not updating until we fully move to 515
28-
#error Your version of BYOND is too new to compile this project. Download version 515.1630 at www.byond.com/download/build/515/515.1630_byond.exe
28+
#error Your version of BYOND is too new to compile this project. Download version 515.1640 at www.byond.com/download/build/515/515.1640_byond.exe
2929
#endif
3030

3131
// 515 split call for external libraries into call_ext

0 commit comments

Comments
 (0)