Fixed copyrights and version numbers

This commit is contained in:
David Anderson
2004-11-11 08:58:54 +00:00
parent d5caf3e2ac
commit db77c245e6
12 changed files with 17 additions and 17 deletions

View File

@ -5,9 +5,9 @@
// Module info
#define MODULE_NAME "PgSQL"
#define MODULE_VERSION "1.1"
#define MODULE_AUTHOR "BAILOPAN"
#define MODULE_URL "http://www.bailopan.com/"
#define MODULE_VERSION "1.0"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "http://www.amxmodx.org/"
#define MODULE_LOGTAG "PGSQL"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE

View File

@ -90,7 +90,7 @@
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PGSQL_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="0"
RuntimeLibrary="4"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug/pgsql.pch"
AssemblerListingLocation=".\Debug/"