We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4ab84 commit 62d0e98Copy full SHA for 62d0e98
src/node_mobile_version.h
@@ -7,7 +7,7 @@
7
#define NODE_MOBILE_MINOR_VERSION 2
8
#define NODE_MOBILE_PATCH_VERSION 0
9
10
-#define NODE_MOBILE_VERSION_IS_RELEASE 0
+#define NODE_MOBILE_VERSION_IS_RELEASE 1
11
12
# if NODE_MOBILE_VERSION_IS_RELEASE
13
# define NODE_MOBILE_TAG ""
src/node_version.h
@@ -29,7 +29,7 @@
29
#define NODE_VERSION_IS_LTS 1
30
#define NODE_VERSION_LTS_CODENAME "Dubnium"
31
32
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
33
34
#ifndef NODE_STRINGIFY
35
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments