]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history and bump patch number
authorAndrew Kryczka <andrewkr@fb.com>
Fri, 16 Mar 2018 21:09:20 +0000 (14:09 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Fri, 16 Mar 2018 21:09:20 +0000 (14:09 -0700)
HISTORY.md
include/rocksdb/version.h

index f876015903319dcaea2fddd5162f2029c28824e5..fec7c4ea0219139c294fdda657ff692cba429747 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 5.12.1 (3/16/2018)
 ### Public API Change
 * RocksDBOptionsParser::Parse()'s `ignore_unknown_options` argument will only be effective if the option file shows it is generated using a higher version of RocksDB than the current version.
 
index ad57fffde3e1598a77cd68056c6be8e6bc2a1273..feb003d3ccd06020513a1c9efe43d1d85958b05e 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 12
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // 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