Skip to content

Commit 8799c72

Browse files
Node.js on Mobile v0.2.2
1 parent 7efbaae commit 8799c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/node_mobile_version.h

Lines changed: 1 addition & 1 deletion
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 2
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

Lines changed: 1 addition & 1 deletion
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)