]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump patch version to fix a mistake in release tagging v9.11.2
authoranand76 <anand1976@users.noreply.github.com>
Sat, 29 Mar 2025 21:42:01 +0000 (14:42 -0700)
committeranand76 <anand1976@users.noreply.github.com>
Sat, 29 Mar 2025 21:42:01 +0000 (14:42 -0700)
include/rocksdb/version.h

index 201b6a6ea3f8c997b55726388db558ed07744bda..b6ed7a9781b90b5b14798d524313661086105860 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 9
 #define ROCKSDB_MINOR 11
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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