summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIslam AbdelRahman <tec@fb.com>2017-03-15 14:30:21 -0700
committerIslam AbdelRahman <tec@fb.com>2017-03-15 14:30:21 -0700
commite52d6ad227d5fc2aecb30fada8979df2b47ee0db (patch)
treea9b223472d84edb83e9821d5b0a6ea717465e3fc
parent25ea289819ccc5e115c43d5d0628889600ff65e3 (diff)
bump version to 5.2.1v5.2.1rocksdb-5.2.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 c11874a0e..b091ffcc1 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 2
-#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