summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2017-06-28 15:50:17 -0700
committerAndrew Kryczka <andrewkr@fb.com>2017-06-28 15:50:17 -0700
commit70f7fc3250a110c16a778f9163687add6d3ab2e3 (patch)
tree030ae39b43217e336fb837e4b7a9a8d22abb6cd9
parent2955407c3ab7e42ff71aa5fb7b5adf3d77ff53ab (diff)
bump patch numberv5.4.7rocksdb-5.4.7
-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 0fbf4ba4f..3a5abe781 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 4
-#define ROCKSDB_PATCH 6
+#define ROCKSDB_PATCH 7
// 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