From d44eb7bf8defad121669e8229fb8f5ae74fa3f94 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sat, 16 Aug 2014 20:13:23 +0200 Subject: [PATCH] Compiler: Update VERSION_INT. Some people may want to check compiler version with __Pawn, and it would be a good idea to bump the version. Since we have a special version, and to avoid to use digit which may be used by official version, I propose using letters, so: 0x30A. This should be resonneable. --- compiler/libpc300/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/libpc300/sc1.c b/compiler/libpc300/sc1.c index 424d36a2..8a73535e 100755 --- a/compiler/libpc300/sc1.c +++ b/compiler/libpc300/sc1.c @@ -66,7 +66,7 @@ #include "sc.h" #define VERSION_STR "3.0.3367-amxx" -#define VERSION_INT 0x300 +#define VERSION_INT 0x30A int pc_anytag;