summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdong <siying.d@fb.com>2022-08-24 15:36:30 -0700
committersdong <siying.d@fb.com>2022-08-24 15:36:30 -0700
commit540d5aae516265170564ec27b3e67a54a11b7045 (patch)
tree013170f7f227d77a3c1bd1c76b0771303ecbf9a3
parent0e860cb42aa0a23d2dda9859af01e06933d216bd (diff)
Bump version.h to 7.5.3v7.5.3
-rw-r--r--include/rocksdb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 04b7de75b..90a0f5957 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