]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up version to 5.4.9
authorsdong <siying.d@fb.com>
Fri, 21 Jul 2017 03:52:37 +0000 (20:52 -0700)
committersdong <siying.d@fb.com>
Fri, 21 Jul 2017 03:52:37 +0000 (20:52 -0700)
HISTORY.md
include/rocksdb/version.h

index 3cbed80295024e8dd7a4bd8037171b50b878d51d..d402c32b6a789795fe8622160d8c07c975679daa 100644 (file)
@@ -1,4 +1,7 @@
 # Rocksdb Change Log
+## 5.4.9 (07/20/2017)
+* Change license to Apache + GPLv2
+
 ## 5.4.8 (07/13/2017)
 No change from 5.4.7.
 
index e96c0c659163bdc655cd5850f5f7ab7c24a17518..786801b4d5483429666e0af3d1a257e4ec754dc9 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 4
-#define ROCKSDB_PATCH 8
+#define ROCKSDB_PATCH 9
 
 // 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