summaryrefslogtreecommitdiff
path: root/murmurhash.h
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:43:46 -0400
committerJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:43:46 -0400
commitc730170f28e35541a7dd53ac054f1f327a327555 (patch)
treea083a7cc9b68fbadf4d63fef3d1e9104531c2f35 /murmurhash.h
parentf8481362da7b1de2ea9a551bd30bbe90118c3b40 (diff)
bump version
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 9d7da0c..7d60d65 100644
--- a/murmurhash.h
+++ b/murmurhash.h
@@ -8,7 +8,7 @@
#ifndef MURMURHASH_H
#define MURMURHASH_H 1
-#define MURMURHASH_VERSION "0.0.2"
+#define MURMURHASH_VERSION "0.0.3"
/**
* Returns a murmur hash of `key' based on `seed'