Skip to content

Commit

Permalink
0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Feb 5, 2015
1 parent a80af69 commit f5a86f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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.


2 changes: 1 addition & 1 deletion scripting/retakes/generic.sp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f5a86f1

Please sign in to comment.