This is an automated email from the ASF dual-hosted git repository. cyx-6 pushed a commit to branch 2026-09-15/ver-bump in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
commit 940ba34b8651ed95da3d454340b665dbccccb2a4 Author: Yaxing Cai <[email protected]> AuthorDate: Tue Sep 15 22:51:16 2026 +0800 chore(release): Version bump after release v0.1.14 --- include/tvm/ffi/c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/ffi/c_api.h b/include/tvm/ffi/c_api.h index 714a8ea4..c67bd71d 100644 --- a/include/tvm/ffi/c_api.h +++ b/include/tvm/ffi/c_api.h @@ -70,7 +70,7 @@ /*! \brief TVM FFI minor version. */ #define TVM_FFI_VERSION_MINOR 1 /*! \brief TVM FFI patch version. */ -#define TVM_FFI_VERSION_PATCH 14 +#define TVM_FFI_VERSION_PATCH 15 // NOLINTEND(modernize-macro-to-enum) #ifdef __cplusplus
