]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/version.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rocksdb / include / rocksdb / version.h
index d364b7f957538a5994c63f58c810499b08ec2a2c..75533791b0d047eb9338526b471f138aa8493080 100644 (file)
@@ -5,8 +5,8 @@
 #pragma once
 
 #define ROCKSDB_MAJOR 6
-#define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_MINOR 15
+#define ROCKSDB_PATCH 5
 
 // 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