]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump version to 5.11.3 rocksdb-5.11.3 v5.11.3
authorZhongyi Xie <xiez@fb.com>
Mon, 12 Mar 2018 18:51:06 +0000 (11:51 -0700)
committerZhongyi Xie <xiez@fb.com>
Mon, 12 Mar 2018 18:51:06 +0000 (11:51 -0700)
include/rocksdb/version.h

index cc4ee72fc7002b5238bfb211c8413065728b7a37..c207ba69b38c566c303831b0fd0d39e871d7815b 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 11
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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