]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
fix version.h
authorJay Huh <jewoongh@meta.com>
Wed, 21 Aug 2024 17:24:35 +0000 (10:24 -0700)
committerJay Huh <jewoongh@meta.com>
Wed, 21 Aug 2024 17:24:35 +0000 (10:24 -0700)
include/rocksdb/version.h
tools/check_format_compatible.sh

index fbbd9765ce2ca17705d9b8bd1e654ceb05f66e11..f1bc9f987e82811f1cbb485d37cacd2dc24f6c5d 100644 (file)
@@ -12,7 +12,7 @@
 // NOTE: in 'main' development branch, this should be the *next*
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 9
-#define ROCKSDB_MINOR 7
+#define ROCKSDB_MINOR 6
 #define ROCKSDB_PATCH 0
 
 // Do not use these. We made the mistake of declaring macros starting with
index 549abe39d670bab26e8f0315e8b8d3fab2e1ffdd..89ca0971cbccc5eca46226b4dda23fca4d411d55 100755 (executable)
@@ -125,7 +125,7 @@ EOF
 
 # To check for DB forward compatibility with loading options (old version
 # reading data from new), as well as backward compatibility
-declare -a db_forward_with_options_refs=("8.6.fb" "8.7.fb" "8.8.fb" "8.9.fb" "8.10.fb" "8.11.fb" "9.0.fb" "9.1.fb" "9.2.fb" "9.3.fb" "9.4.fb" "9.5.fb", "9.6.fb")
+declare -a db_forward_with_options_refs=("8.6.fb" "8.7.fb" "8.8.fb" "8.9.fb" "8.10.fb" "8.11.fb" "9.0.fb" "9.1.fb" "9.2.fb" "9.3.fb" "9.4.fb" "9.5.fb")
 # To check for DB forward compatibility without loading options (in addition
 # to the "with loading options" set), as well as backward compatibility
 declare -a db_forward_no_options_refs=() # N/A at the moment