Skip to content

Commit 0e47872

Browse files
authored
Bump version to 2.4.3 (#4662)
- relase notes - bump version
1 parent 8bd6794 commit 0e47872

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## WAMR-2.4.3
2+
3+
### Breaking Changes
4+
5+
### New Features
6+
7+
### Bug Fixes
8+
9+
- libc-wasi: add missing pointer validations to socket functions (#4611) (#4665)
10+
11+
### Enhancements
12+
13+
### Others
14+
15+
---
16+
117
## WAMR-2.4.2
218

319
### Breaking Changes

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 2)
11+
set(WAMR_VERSION_PATCH 3)
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 2
21+
#define WAMR_VERSION_PATCH 3
2222
/* clang-format on */
2323

2424
#endif

0 commit comments

Comments
 (0)