Skip to content

Commit 0ffa983

Browse files
committed
release: nodejs-mobile 18.17.3
1 parent 5b2f0a8 commit 0ffa983

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc_mobile/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#18.17.3">18.17.3</a><br/>
910
<a href="#18.17.2">18.17.2</a><br/>
1011
<a href="#18.17.1">18.17.1</a><br/>
1112
<a href="#16.17.1">16.17.1</a><br/>
@@ -31,8 +32,16 @@
3132
</tr>
3233
</table>
3334

35+
<a id="18.17.3"></a>
36+
## 2024-09-23, Version 18.17.3 (Current)
37+
38+
### Notable Changes
39+
40+
* Support Android NDK 26
41+
42+
3443
<a id="18.17.2"></a>
35-
## 2023-10-17, Version 18.17.2 (Current)
44+
## 2023-10-17, Version 18.17.2
3645

3746
### Notable Changes
3847

src/node_mobile_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define NODE_MOBILE_MAJOR_VERSION 18
77
#define NODE_MOBILE_MINOR_VERSION 17
8-
#define NODE_MOBILE_PATCH_VERSION 1
8+
#define NODE_MOBILE_PATCH_VERSION 3
99

1010
#define NODE_MOBILE_VERSION_IS_RELEASE NODE_VERSION_IS_RELEASE
1111

0 commit comments

Comments
 (0)