]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix version numbering from 10.1.0 to 10.0.1
authoranand76 <anand1976@users.noreply.github.com>
Thu, 6 Mar 2025 17:53:11 +0000 (09:53 -0800)
committeranand76 <anand1976@users.noreply.github.com>
Thu, 6 Mar 2025 17:53:11 +0000 (09:53 -0800)
HISTORY.md
include/rocksdb/version.h

index fcef3186ca1b72b1dfe96a28d64e407711c7c95b..538d2976a5387dea41f319c6a8cbed411704cb92 100644 (file)
@@ -1,7 +1,7 @@
 # Rocksdb Change Log
 > NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
 
-## 10.1.0 (03/05/2025)
+## 10.0.1 (03/05/2025)
 ### Public API Changes
 * Add an unordered map of name/value pairs, ReadOptions::property_bag, to pass opaque options through to an external table when creating an Iterator.
 * Introduced CompactionServiceJobStatus::kAborted to allow handling aborted scenario in Schedule(), Wait() or OnInstallation() APIs in Remote Compactions.
index 104a6483dc5c49c36fd75a8335ec8d6594cf0107..feb767f9a2db8e0ea0f4dfbe0da2af502268711a 100644 (file)
@@ -12,8 +12,8 @@
 // NOTE: in 'main' development branch, this should be the *next*
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 10
-#define ROCKSDB_MINOR 1
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_MINOR 0
+#define ROCKSDB_PATCH 1
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these