summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIslam AbdelRahman <tec@fb.com>2016-12-16 17:49:01 -0800
committerIslam AbdelRahman <tec@fb.com>2016-12-16 17:49:01 -0800
commite14eaa31fd2c211ecb1b0e5036afb539d89f7522 (patch)
tree832807d2fe730c2b51533056edaab82cc693c709
parent8e5a257bfe42784519185a128cd17dc89fc00873 (diff)
Bump version to 5.0.1v5.0.1rocksdb-5.0.1
-rw-r--r--include/rocksdb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 7a64eedec..bbd101680 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 0
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
// Do not use these. We made the mistake of declaring macros starting with
// double underscore. Now we have to live with our choice. We'll deprecate these