summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2017-01-18 13:16:33 -0800
committerAndrew Kryczka <andrewkr@fb.com>2017-01-18 13:16:33 -0800
commit9891486ddd51ca7504567b40f9614c9ccb9be7b7 (patch)
tree651637ea1c49c38457a5fc87c591871de221c3e7
parent849efe38637c999e4ff51de6dac32ad35b7db272 (diff)
Bump version to 5.0.2v5.0.2rocksdb-5.0.2
-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 bbd101680..06332dc3e 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 1
+#define ROCKSDB_PATCH 2
// 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