]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.18.2
authorSagar Vemuri <svemuri@fb.com>
Thu, 31 Jan 2019 23:49:35 +0000 (15:49 -0800)
committerSagar Vemuri <svemuri@fb.com>
Thu, 31 Jan 2019 23:49:35 +0000 (15:49 -0800)
HISTORY.md
include/rocksdb/version.h

index e81b3f30f4a1873ef92ffbd7bd8a908464793f53..0d1382092863674b475bceeac9de83b16bbb3a06 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## 5.18.2 (01/23/2019)
+## 5.18.2 (01/31/2019)
 ### Public API Change
 * Change time resolution in FileOperationInfo.
 * Deleting Blob files also go through SStFileManager.
index fbf98bde7e98f73b007b55be84898acc93648e52..3e1d5e04c38cedb1187cdc9cfaf97aa8cfc39622 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 18
-#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