File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ endif # FMT_SOURCE_PATH
9898 PLATFORM_LDFLAGS += -lglog
9999endif
100100
101- FOLLY_COMMIT_HASH = 1e8ce1e5d35acff7b78fedbca3e7311b39f43529
101+ FOLLY_COMMIT_HASH = 3b0eed0a128c484a2b077546c3e08c824a311357
102102
103103# For public CI runs, checkout folly in a way that can build with RocksDB.
104104# This is mostly intended as a test-only simulation of Meta-internal folly
Original file line number Diff line number Diff line change 1212// NOTE: in 'main' development branch, this should be the *next*
1313// minor or major version number planned for release.
1414#define ROCKSDB_MAJOR 11
15- #define ROCKSDB_MINOR 0
15+ #define ROCKSDB_MINOR 1
1616#define ROCKSDB_PATCH 0
1717
1818// Make it easy to do conditional compilation based on version checks, i.e.
Original file line number Diff line number Diff line change 137137
138138# To check for DB forward compatibility with loading options (old version
139139# reading data from new), as well as backward compatibility
140- declare -a db_forward_with_options_refs=(" 10.4.fb" " 10.5.fb" " 10.6.fb" " 10.7.fb" " 10.8.fb" " 10.9.fb" " 10.10.fb" " 10.11.fb" )
140+ declare -a db_forward_with_options_refs=(" 10.4.fb" " 10.5.fb" " 10.6.fb" " 10.7.fb" " 10.8.fb" " 10.9.fb" " 10.10.fb" " 10.11.fb" " 11.0.fb " " 11.1.fb " )
141141# To check for DB forward compatibility without loading options (in addition
142142# to the "with loading options" set), as well as backward compatibility
143143declare -a db_forward_no_options_refs=() # N/A at the moment
You can’t perform that action at this time.
0 commit comments