We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4228 commit 5a29ef1Copy full SHA for 5a29ef1
src/node_mobile_version.h
@@ -7,7 +7,7 @@
7
#define NODE_MOBILE_MINOR_VERSION 1
8
#define NODE_MOBILE_PATCH_VERSION 7
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
@@ -26,7 +26,7 @@
26
#define NODE_MINOR_VERSION 6
27
#define NODE_PATCH_VERSION 0
28
29
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
30
31
#ifndef NODE_STRINGIFY
32
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments