summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2017-12-06 19:08:17 -0800
committerAndrew Kryczka <andrewkr@fb.com>2017-12-06 19:08:17 -0800
commit6f35cb93c4d4cea0e18c0730ca0031c23bbfc874 (patch)
tree6885623bbdb3cdb55fc5b13976605cf64288038f
parentc15650710ab90e495c8e103f039f4cf146cd552d (diff)
-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 d592e6dae..6c43100c0 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 7
+#define ROCKSDB_PATCH 8
// 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