Updates travis and the config to require byond 511

This commit is contained in:
CitadelStationBot
2017-04-19 16:42:24 -05:00
parent ce577dc22c
commit 849dd5cb76
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -61,11 +61,11 @@
#endif
//Update this whenever you need to take advantage of more recent byond features
#define MIN_COMPILER_VERSION 510
#define MIN_COMPILER_VERSION 511
#if DM_VERSION < MIN_COMPILER_VERSION
//Don't forget to update this part
#error Your version of BYOND is too out-of-date to compile this project. Go to byond.com/download and update.
#error You need version 510 or higher
#error You need version 511 or higher
#endif