File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
fdbserver/include/fdbserver Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# FindRocksDB
22
3- find_package (RocksDB 8.10.0 )
3+ find_package (RocksDB 8.11.4 )
44
55include (ExternalProject)
66
@@ -49,8 +49,8 @@ if(ROCKSDB_FOUND)
4949 ${BINARY_DIR} /librocksdb.a)
5050else ()
5151 ExternalProject_Add(rocksdb
52- URL https://github.com/facebook/rocksdb/archive/refs/tags/v8.10.0 .tar.gz
53- URL_HASH SHA256=2dc107551cc864dbcf7908fdee96f2318cbb680df2b3fe1f85b0d545c2b5673b
52+ URL https://github.com/facebook/rocksdb/archive/refs/tags/v8.11.4 .tar.gz
53+ URL_HASH SHA256=1b84c7d7214360fd536349917c57ebd5030d5b4fc214a343ba628b0c6e3d2711
5454 CMAKE_ARGS ${RocksDB_CMAKE_ARGS}
5555 BUILD_BYPRODUCTS <BINARY_DIR>/librocksdb.a
5656 INSTALL_COMMAND ""
Original file line number Diff line number Diff line change 2222#define FDBSERVER_FDBROCKSDBVERSION_H
2323
2424#define FDB_ROCKSDB_MAJOR 8
25- #define FDB_ROCKSDB_MINOR 10
26- #define FDB_ROCKSDB_PATCH 0
25+ #define FDB_ROCKSDB_MINOR 11
26+ #define FDB_ROCKSDB_PATCH 4
2727
2828#endif
You can’t perform that action at this time.
0 commit comments