This is an automated email from the ASF dual-hosted git repository.
junrushao 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 00a9ad7 [LINT] Bump macro version after release (#223)
00a9ad7 is described below
commit 00a9ad7df61bef0c1af47aef7a8af0a0e68da2f5
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue Nov 4 12:07:09 2025 -0500
[LINT] Bump macro version after release (#223)
This PR bumps macro version after release
---
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 f3dc4ea..ebe1a99 100644
--- a/include/tvm/ffi/c_api.h
+++ b/include/tvm/ffi/c_api.h
@@ -62,7 +62,7 @@
/*! \brief TVM FFI minor version. */
#define TVM_FFI_VERSION_MINOR 1
/*! \brief TVM FFI patch version. */
-#define TVM_FFI_VERSION_PATCH 1
+#define TVM_FFI_VERSION_PATCH 2
// NOLINTEND(modernize-macro-to-enum)
#ifdef __cplusplus