From 5ded9eef2a564f9976d6e117503ad0303cf8d2bd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 25 Sep 2006 23:48:07 +0000 Subject: [PATCH] Bumped version numbers to 1.76a --- amxmodx/amxmodx.h | 2 +- amxmodx/version.rc | 9 +++++---- dlls/csx/source/moduleconfig.h | 2 +- dlls/mysqlx/sdk/moduleconfig.h | 2 +- plugins/include/amxconst.inc | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/amxmodx/amxmodx.h b/amxmodx/amxmodx.h index 8b23592e..fc8b1e3a 100755 --- a/amxmodx/amxmodx.h +++ b/amxmodx/amxmodx.h @@ -73,7 +73,7 @@ #define AMXXLOG_Log g_log.Log #define AMXXLOG_Error g_log.LogError -#define AMX_VERSION "1.76" +#define AMX_VERSION "1.76a" extern AMX_NATIVE_INFO core_Natives[]; extern AMX_NATIVE_INFO time_Natives[]; diff --git a/amxmodx/version.rc b/amxmodx/version.rc index dbfcd158..bd50277b 100755 --- a/amxmodx/version.rc +++ b/amxmodx/version.rc @@ -1,5 +1,6 @@ // Microsoft Visual C++ generated resource script. // +#include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -26,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,7,6,0 - PRODUCTVERSION 1,7,6,0 + FILEVERSION 1,7,6,1 + PRODUCTVERSION 1,7,6,1 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -44,12 +45,12 @@ BEGIN BEGIN VALUE "Comments", "AMX Mod X" VALUE "FileDescription", "AMX Mod X" - VALUE "FileVersion", "1.76" + VALUE "FileVersion", "1.76a" VALUE "InternalName", "amxmodx" VALUE "LegalCopyright", "Copyright (c) 2004-2006, AMX Mod X Dev Team" VALUE "OriginalFilename", "amxmodx_mm.dll" VALUE "ProductName", "AMX Mod X" - VALUE "ProductVersion", "1.76" + VALUE "ProductVersion", "1.76a" END END BLOCK "VarFileInfo" diff --git a/dlls/csx/source/moduleconfig.h b/dlls/csx/source/moduleconfig.h index bba5b283..a8b6334b 100755 --- a/dlls/csx/source/moduleconfig.h +++ b/dlls/csx/source/moduleconfig.h @@ -5,7 +5,7 @@ // Module info #define MODULE_NAME "CSX" -#define MODULE_VERSION "1.76" +#define MODULE_VERSION "1.76a" #define MODULE_AUTHOR "AMX Mod X Dev Team" #define MODULE_URL "http://www.amxmodx.org/" #define MODULE_LOGTAG "CSX" diff --git a/dlls/mysqlx/sdk/moduleconfig.h b/dlls/mysqlx/sdk/moduleconfig.h index f33f92a5..f458356f 100755 --- a/dlls/mysqlx/sdk/moduleconfig.h +++ b/dlls/mysqlx/sdk/moduleconfig.h @@ -15,7 +15,7 @@ * to add multiple entries. */ #define MODULE_NAME "MySQL" -#define MODULE_VERSION "1.76" +#define MODULE_VERSION "1.76a" #define MODULE_AUTHOR "AMX Mod X Dev Team" #define MODULE_URL "http://www.amxmodx.org/" #define MODULE_LOGTAG "MySQL" diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index afc80609..e05ec372 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -11,9 +11,9 @@ #endif #define _amxconst_included -#define AMXX_VERSION 1.76 +#define AMXX_VERSION 1.761 #define AMXX_VERSION_NUM 176 -stock const AMXX_VERSION_STR[]="1.76" +stock const AMXX_VERSION_STR[]="1.76a" #define M_PI 3.1415926535