Skip to content

Commit 6450d87

Browse files
authored
bump version to 2.4.2 (#4626)
1 parent 87fb382 commit 6450d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-scripts/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88

99
set(WAMR_VERSION_MAJOR 2)
1010
set(WAMR_VERSION_MINOR 4)
11-
set(WAMR_VERSION_PATCH 1)
11+
set(WAMR_VERSION_PATCH 2)
1212

1313
message("-- WAMR version: ${WAMR_VERSION_MAJOR}.${WAMR_VERSION_MINOR}.${WAMR_VERSION_PATCH}")
1414

core/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* clang-format off */
1919
#define WAMR_VERSION_MAJOR 2
2020
#define WAMR_VERSION_MINOR 4
21-
#define WAMR_VERSION_PATCH 1
21+
#define WAMR_VERSION_PATCH 2
2222
/* clang-format on */
2323

2424
#endif

0 commit comments

Comments
 (0)