From f853f8f8cd7a318df80d9fd9b82ede11e6ee1d93 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 28 Feb 2006 05:14:36 +0000 Subject: [PATCH] added amxx to vers string --- 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 b2d53fae..9e4bdfb0 100755 --- a/compiler/libpc300/sc1.c +++ b/compiler/libpc300/sc1.c @@ -62,7 +62,7 @@ #endif #include "sc.h" -#define VERSION_STR "3.0.3367" +#define VERSION_STR "3.0.3367-amxx" #define VERSION_INT 0x300 static void resetglobals(void);