Skip to content

Commit

Permalink
r10 final commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
PazerOP committed Dec 5, 2016
1 parent 33a2f92 commit 076e9de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .vs/CastingEssentials/v14/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions CastingEssentials/CastingEssentials.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<PostBuildEvent>
<Command>copy "$(TargetPath)" "D:\Steam\steamapps\common\Team Fortress 2\tf\addons\$(TargetFileName)"</Command>
<Command>copy "$(TargetPath)" "D:\Steam\steamapps\common\Team Fortress 2\tf\custom\CastingEssentials\addons\$(TargetFileName)"</Command>
</PostBuildEvent>
<Link>
<AdditionalOptions>/EDITANDCONTINUE %(AdditionalOptions)</AdditionalOptions>
Expand All @@ -79,7 +79,7 @@
<AssemblyDebug>false</AssemblyDebug>
</Link>
<PostBuildEvent>
<Command>copy "$(TargetPath)" "D:\Steam\steamapps\common\Team Fortress 2\tf\addons\$(TargetFileName)"</Command>
<Command>copy "$(TargetPath)" "D:\Steam\steamapps\common\Team Fortress 2\tf\custom\CastingEssentials\addons\$(TargetFileName)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CastingEssentials/PluginBase/CastingPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "Modules/SteamTools.h"
#include "Modules/TeamNames.h"

const char* const PLUGIN_VERSION_ID = "r10 beta1";
const char* const PLUGIN_VERSION_ID = "r10 final";
const char* const PLUGIN_FULL_VERSION = strdup(strprintf("%s %s", PLUGIN_NAME, PLUGIN_VERSION_ID).c_str());

class CastingPlugin final : public Plugin
Expand Down

0 comments on commit 076e9de

Please sign in to comment.