From 1fece09c5448db79251501d492c2cc8d245c4f72 Mon Sep 17 00:00:00 2001 From: Mellnik Date: Thu, 27 Mar 2014 14:23:39 +0100 Subject: [PATCH] - Pushed to 0.0.2 --- hash.inc | 2 +- src/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hash.inc b/hash.inc index 809f844..269b1ad 100644 --- a/hash.inc +++ b/hash.inc @@ -14,7 +14,7 @@ * limitations under the License. */ -// Hash Plugin 0.0.1 +// Hash Plugin 0.0.2 #if defined _hash_included #endinput diff --git a/src/main.h b/src/main.h index aeef95f..2f9c86d 100644 --- a/src/main.h +++ b/src/main.h @@ -21,7 +21,7 @@ #include -#define PLUGIN_VERSION "0.0.1" +#define PLUGIN_VERSION "0.0.2" #define PARAM_CHECK(c, n) \ if(params[0] != (c * 4)) \ { \