From: anand76 Date: Sat, 29 Mar 2025 21:42:01 +0000 (-0700) Subject: Bump patch version to fix a mistake in release tagging X-Git-Tag: v9.11.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=461d7f446426dfe600e194b59b3c46f1f907935a;p=rocksdb.git Bump patch version to fix a mistake in release tagging --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 201b6a6ea..b6ed7a978 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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