From f5a86f1c90b0de5b6eb0456b3f55f3b7ea4d879d Mon Sep 17 00:00:00 2001 From: Sean Lewis Date: Wed, 4 Feb 2015 19:36:19 -0600 Subject: [PATCH] 0.1.0 release. --- README.md | 2 -- scripting/retakes/generic.sp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 444eed2..2335926 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Here are some examples of what could be done using those natives: ## Download Stable releases are in the [GitHub Releases](https://github.com/splewis/csgo-retakes/releases) section. -There is no stable release yet. You may download the [latest development build](http://ci.splewis.net/job/csgo-retakes/lastSuccessfulBuild/) if you wish. If you report any bugs from these, make sure to include the build number (when typing ``sm plugins list`` into the server console, the build number will be displayed with the plugin version). @@ -76,4 +75,3 @@ Guidelines For adding translations, you can either use git and follow the instructions above, or use the [SourceMod translator](http://translator.mitchdempsey.com/sourcemod_plugins/152). I'd prefer you use git & GitHub, but using the sourcmeod translator is probably easier for most people. - diff --git a/scripting/retakes/generic.sp b/scripting/retakes/generic.sp index cee7ca3..e49c859 100644 --- a/scripting/retakes/generic.sp +++ b/scripting/retakes/generic.sp @@ -1,6 +1,6 @@ #tryinclude "../include/retakes_version.inc" #if !defined PLUGIN_VERSION -#define PLUGIN_VERSION "0.8.0-dev" +#define PLUGIN_VERSION "0.1.0" #endif #define INTEGER_STRING_LENGTH 20 // max number of digits a 64-bit integer can use up as a string