From f2c3dfa87460a8c5cd81b7d10e053e6b7580df6f Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 2 Aug 2005 14:06:17 +0000 Subject: [PATCH] added AMXX_VERSION_NUM --- plugins/include/amxconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index cfe5485f..80f34126 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -12,6 +12,7 @@ #define _amxconst_included #define AMXX_VERSION 1.50 +#define AMXX_VERSION_NUM 150 stock const AMXX_VERSION_STR[]="1.50" #define ADMIN_ALL 0 /* everyone */