From 651850e2673edadde42d6054dfd189fad29409f5 Mon Sep 17 00:00:00 2001 From: Lzimann Date: Mon, 17 Apr 2017 20:16:47 -0300 Subject: [PATCH] Updates travis and the config to require 511 --- .travis.yml | 4 ++-- code/_compile_options.dm | 4 ++-- config/config.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc507814c92..c0a45df72d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ sudo: false env: global: - - BYOND_MAJOR="510" - - BYOND_MINOR="1346" + - BYOND_MAJOR="511" + - BYOND_MINOR="1380" - NODE_VERSION="4" - BUILD_TOOLS=false - BUILD_TESTING=false diff --git a/code/_compile_options.dm b/code/_compile_options.dm index beccbb95611..c66ae3bae4b 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -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 diff --git a/config/config.txt b/config/config.txt index 99eb09522ac..8d27987e998 100644 --- a/config/config.txt +++ b/config/config.txt @@ -312,8 +312,8 @@ ALLOW_MAP_VOTING 1 ## These trigger for any version below (non-inclusive) the given version, so 510 triggers on 509 or lower. ## These messages will be followed by one stating the clients current version and the required version for clarity. #CLIENT_WARN_VERSION 511 -#CLIENT_WARN_MESSAGE Byond is really close to releasing 511 beta as the stable release, please take this time to try it out. You can set the framerate your client runs at, which makes the game feel very different and cool. Shortly after its release we will end up using 511 client features and you will be forced to update. -CLIENT_ERROR_VERSION 510 +#CLIENT_WARN_MESSAGE Byond released 511 as the stable release. You can set the framerate your client runs at, which makes the game feel very different and cool. Shortly after its release we will end up using 511 client features and you will be forced to update. +CLIENT_ERROR_VERSION 511 CLIENT_ERROR_MESSAGE Your version of byond is not supported. Please upgrade. ## TOPIC RATE LIMITING