summaryrefslogtreecommitdiff
path: root/murmurhash.h
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:30:00 -0400
committerJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:31:45 -0400
commitcbfbbbb6b0b7a5441aa0414a73f4a2cda00bd957 (patch)
treed76b573b8005aad83df719b9f3afbf683036ef6a /murmurhash.h
parent2d25dad1f814ddbdb1c02a4d648970cb36d8f71e (diff)
Add exec and man
Diffstat (limited to 'murmurhash.h')
-rw-r--r--murmurhash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/murmurhash.h b/murmurhash.h
index 1941e0f..9d7da0c 100644
--- a/murmurhash.h
+++ b/murmurhash.h
@@ -8,6 +8,8 @@
#ifndef MURMURHASH_H
#define MURMURHASH_H 1
+#define MURMURHASH_VERSION "0.0.2"
+
/**
* Returns a murmur hash of `key' based on `seed'
* using the MurmurHash3 algorithm