Fixed copyrights and version numbers
This commit is contained in:
@ -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
|
||||
|
@ -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/"
|
||||
|
Reference in New Issue
Block a user