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)) \ { \