This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git


The following commit(s) were added to refs/heads/main by this push:
     new aafea683 chore(release): Version bump after release v0.1.14 (#796)
aafea683 is described below

commit aafea68325e4499443a69624d04b97f81aa49406
Author: Yaxing Cai <[email protected]>
AuthorDate: Wed Sep 16 04:31:12 2026 +0800

    chore(release): Version bump after release v0.1.14 (#796)
    
    Bumps `TVM_FFI_VERSION_PATCH` from 14 to 15 following the v0.1.14
    release.
    
    Release: https://github.com/apache/tvm-ffi/releases/tag/v0.1.14
    Vote result: #795
---
 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

Reply via email to