From ac910f9e566ec6f7a7f6c13f03febb5eb912f41c Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 30 Jul 2004 23:38:49 +0000 Subject: [PATCH] added AMXX_VERSION_STR --- plugins/include/amxconst.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 772e5857..182214dd 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -11,7 +11,8 @@ #endif #define _amxconst_included -#define AMXX_VERSION 0.2 +#define AMXX_VERSION 0.2 +#define AMXX_VERSION_STR "0.20" #define ADMIN_ALL 0 /* everyone */ #define ADMIN_IMMUNITY (1<<0) /* flag "a" */