Skip to content

Commit

Permalink
r12 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PazerOP committed Dec 15, 2016
1 parent eb9ab68 commit c89a211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastingEssentials/PluginBase/CastingPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "Modules/SteamTools.h"
#include "Modules/TeamNames.h"

const char* const PLUGIN_VERSION_ID = "r12 beta1";
const char* const PLUGIN_VERSION_ID = "r12 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 c89a211

Please sign in to comment.