510: Enforce >=510 compile

This commit is contained in:
Tigercat2000
2016-02-28 18:18:03 -08:00
parent 0c9a469f2c
commit cdb3dbe6ab
+1 -1
View File
@@ -12,7 +12,7 @@
#define MAX_NAME_LEN 26
// Version check, terminates compilation if someone is using a version of BYOND that's too old
#if DM_VERSION < 508
#if DM_VERSION < 510
#error OUTDATED VERSION ERROR - \
Due to BYOND features used in this codebase, you must update to version 508 or later to compile. \
This may require updating to a beta release.