summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYanqin Jin <yanqin@fb.com>2022-02-17 15:56:08 -0800
committerYanqin Jin <yanqin@fb.com>2022-02-17 15:56:08 -0800
commitee9590068026386f13fee9530ad2a40acc774907 (patch)
tree798b60e82b7f6cd0a7d76525a6d77996a69d71ef
parente5451b30dbe0150040ee60a24d57194c29e6fb71 (diff)
Bump versionv6.29.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 82357483f..5fcbe2c56 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -11,7 +11,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 29
-#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