Skip to content

Commit 62d0e98

Browse files
Node.js on Mobile v0.2.0
1 parent ab4ab84 commit 62d0e98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/node_mobile_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define NODE_MOBILE_MINOR_VERSION 2
88
#define NODE_MOBILE_PATCH_VERSION 0
99

10-
#define NODE_MOBILE_VERSION_IS_RELEASE 0
10+
#define NODE_MOBILE_VERSION_IS_RELEASE 1
1111

1212
# if NODE_MOBILE_VERSION_IS_RELEASE
1313
# define NODE_MOBILE_TAG ""

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Dubnium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)