bump version to 2.4.2 (#4626)

This commit is contained in:
liang.he 2025-09-15 17:11:18 +08:00 committed by GitHub
parent 87fb38256b
commit 6450d87299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ endif()
set(WAMR_VERSION_MAJOR 2)
set(WAMR_VERSION_MINOR 4)
set(WAMR_VERSION_PATCH 1)
set(WAMR_VERSION_PATCH 2)
message("-- WAMR version: ${WAMR_VERSION_MAJOR}.${WAMR_VERSION_MINOR}.${WAMR_VERSION_PATCH}")

View File

@ -18,7 +18,7 @@
/* clang-format off */
#define WAMR_VERSION_MAJOR 2
#define WAMR_VERSION_MINOR 4
#define WAMR_VERSION_PATCH 1
#define WAMR_VERSION_PATCH 2
/* clang-format on */
#endif