summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2017-12-06 19:12:48 -0800
committerAndrew Kryczka <andrewkr@fb.com>2017-12-06 19:12:48 -0800
commitea3a279bbe573b43ec08760081aa225438d841ac (patch)
tree3730c97c2735fe7c4b2c2d3ffd8f1bea1a047f7a
parent077e810f9d120aef45250bc1629c225dd8d81816 (diff)
bump version
-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 3b309cbad..557d3c19d 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 9
-#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