Skip to content

Commit bbfae9a

Browse files
committed
prepare for 11.1.0
1 parent 43afaa3 commit bbfae9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

folly.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ endif # FMT_SOURCE_PATH
9898
PLATFORM_LDFLAGS += -lglog
9999
endif
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

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.

tools/check_format_compatible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ EOF
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
143143
declare -a db_forward_no_options_refs=() # N/A at the moment

0 commit comments

Comments
 (0)