Skip to content

Commit

Permalink
- Pushed to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mellnik committed Mar 27, 2014
1 parent 81a0f4c commit 1fece09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hash.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

// Hash Plugin 0.0.1
// Hash Plugin 0.0.2

#if defined _hash_included
#endinput
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <SDK/plugin.h>

#define PLUGIN_VERSION "0.0.1"
#define PLUGIN_VERSION "0.0.2"
#define PARAM_CHECK(c, n) \
if(params[0] != (c * 4)) \
{ \
Expand Down

0 comments on commit 1fece09

Please sign in to comment.