From: Yanqin Jin Date: Wed, 13 Jul 2022 16:49:03 +0000 (-0700) Subject: Update version X-Git-Tag: v7.4.3^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=050027c35d594c01904486ae0f43c84e8a221283;p=rocksdb.git Update version --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 918a746fa..7227f1db6 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 4 -#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