From 540d5aae516265170564ec27b3e67a54a11b7045 Mon Sep 17 00:00:00 2001 From: sdong Date: Wed, 24 Aug 2022 15:36:30 -0700 Subject: [PATCH] Bump version.h to 7.5.3 --- include/rocksdb/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 04b7de75b99..90a0f5957cd 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 7 #define ROCKSDB_MINOR 5 -#define ROCKSDB_PATCH 2 +#define ROCKSDB_PATCH 3 // 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