Skip to content

Commit

Permalink
Version 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Feb 6, 2016
1 parent 7113fbd commit 2dc1b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripting/pugsetup.sp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#undef REQUIRE_PLUGIN
#include "include/updater.inc"
#define UPDATE_URL "https://dl.dropboxusercontent.com/u/76035852/csgo-pug-setup/csgo-pug-setup.txt"
#define UPDATE_URL "https://dl.dropboxusercontent.com/u/76035852/csgo-pug-setup2.x/csgo-pug-setup.txt"

#define ALIAS_LENGTH 64
#define COMMAND_LENGTH 64
Expand Down
2 changes: 1 addition & 1 deletion scripting/pugsetup/generic.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
#define PLUGIN_VERSION "2.0.0-dev"
#define PLUGIN_VERSION "2.0.0"
#endif

#define DEBUG_CVAR "sm_pugsetup_debug"
Expand Down

0 comments on commit 2dc1b61

Please sign in to comment.