From 829485ef2a13522527f0f2f3d23639fefe646ba4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 8 Mar 2007 04:54:03 +0000 Subject: [PATCH] bumped version one last time fixed makefile for nongpl changes --- amxmodx/Makefile | 2 +- amxmodx/version.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amxmodx/Makefile b/amxmodx/Makefile index 934edaf5..3727bf10 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -20,7 +20,7 @@ OBJECTS = meta_api.cpp CFile.cpp CVault.cpp vault.cpp float.cpp file.cpp modules amxxfile.cpp CLang.cpp md5.cpp emsg.cpp CForward.cpp CPlugin.cpp CModule.cpp \ CMenu.cpp util.cpp amx.cpp amxdbg.cpp natives.cpp newmenus.cpp debugger.cpp \ optimizer.cpp format.cpp messages.cpp libraries.cpp vector.cpp sorting.cpp \ - amxmod_compat.cpp + amxmod_compat.cpp nongpl_matches.cpp LINK = -lgcc -static-libgcc diff --git a/amxmodx/version.rc b/amxmodx/version.rc index 90a6406d..e4f227df 100755 --- a/amxmodx/version.rc +++ b/amxmodx/version.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,7,6,3380 - PRODUCTVERSION 1,7,6,3380 + FILEVERSION 1,7,6,3387 + PRODUCTVERSION 1,7,6,3387 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L