Bump version number.

This commit is contained in:
Dr!fter 2015-06-09 14:47:30 -04:00
parent 957228443b
commit 0e31eb1e7f
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.0.2
2.0.3

View File

@ -1 +1 @@
2.0.2-dev
2.0.3-dev

View File

@ -40,7 +40,7 @@
/* Basic information exposed publicly */
#define SMEXT_CONF_NAME "DHooks"
#define SMEXT_CONF_DESCRIPTION "Dynamic Hooks"
#define SMEXT_CONF_VERSION "2.0.2"
#define SMEXT_CONF_VERSION "2.0.3"
#define SMEXT_CONF_AUTHOR "AlliedModders"
#define SMEXT_CONF_URL "http://www.sourcemod.net/"
#define SMEXT_CONF_LOGTAG "DHOOKS"

View File

@ -18,7 +18,7 @@
#define SM_BUILD_TAG "-manual"
#define SM_BUILD_UNIQUEID "[MANUAL BUILD]"
#define SM_VERSION "2.0.0"
#define SM_VERSION "2.0.3"
#define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG
#define SM_FILE_VERSION 1,0,0,0