summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yang <alexyang@fb.com>2017-02-02 16:40:34 -0800
committerAlex Yang <alexyang@fb.com>2017-02-02 16:40:34 -0800
commitc2ca7a9f99ac972bb547ef940b0da05da2c4c02d (patch)
treed478026da7539d5d65076799d314063becd1ac83
parentd4b0ac27604577075fc5f6e272a1340c6eaf6860 (diff)
bump patch version numberv5.1.2rocksdb-5.1.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 240274d6c..61fce0e11 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 1
-#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