Skip to content

Commit ac5909e

Browse files
Yao Xiaoammolitor
authored andcommitted
versoin upgrade
1 parent 38a9a49 commit ac5909e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmake/CompileRocksDB.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FindRocksDB
22

3-
find_package(RocksDB 8.10.0)
3+
find_package(RocksDB 8.11.4)
44

55
include(ExternalProject)
66

@@ -49,8 +49,8 @@ if(ROCKSDB_FOUND)
4949
${BINARY_DIR}/librocksdb.a)
5050
else()
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 ""

fdbserver/include/fdbserver/FDBRocksDBVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

0 commit comments

Comments
 (0)