summaryrefslogtreecommitdiff
path: root/murmurhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'murmurhash.h')
-rw-r--r--murmurhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/murmurhash.h b/murmurhash.h
index 4a692d4..b6b6e43 100644
--- a/murmurhash.h
+++ b/murmurhash.h
@@ -9,7 +9,7 @@
#include <stdint.h>
-#define MURMURHASH_VERSION "0.0.3"
+#define MURMURHASH_VERSION "0.1.0"
#ifdef __cplusplus
extern "C" {