Skip to content

Commit 32fed97

Browse files
committed
Add version to sln. Change version to 1.2
1 parent d4031c9 commit 32fed97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

msvc12/sdk.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@
498498
</DataExecutionPrevention>
499499
<TargetMachine>MachineX86</TargetMachine>
500500
<AdditionalDependencies>legacy_stdio_definitions.lib;version.lib;dbghelp.lib;winhttp.lib;odbccp32.lib;odbc32.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\tier0.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\tier1.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\vstdlib.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\mathlib.lib;D:\VSProjects\SOURCEMOD\sourcemod\public\ctf_error_logger_ext\lib\sentry.lib;%(AdditionalDependencies)</AdditionalDependencies>
501+
<Version>1.2</Version>
501502
</Link>
502503
<PostBuildEvent>
503504
<Command>copy $(OutputPath)$(TargetName).* "D:\TF2 Stuff\ctf_server_workingcopy\tf\addons\sourcemod\extensions" /y</Command>

smsdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/* Basic information exposed publicly */
4141
#define SMEXT_CONF_NAME "Sentry Error Logger"
4242
#define SMEXT_CONF_DESCRIPTION "Capture SP exceptions and SM errors and report on the web via Sentry."
43-
#define SMEXT_CONF_VERSION "1.0.0.1"
43+
#define SMEXT_CONF_VERSION "1.2"
4444
#define SMEXT_CONF_AUTHOR "rob5300 - Creators.TF"
4545
#define SMEXT_CONF_URL "https://github.com/rob5300/sm-sentry-error-logger"
4646
#define SMEXT_CONF_LOGTAG "Sentry Error Logger"

0 commit comments

Comments
 (0)