Skip to content

Commit 5a29ef1

Browse files
Node.js on Mobile v0.1.7
1 parent 71f4228 commit 5a29ef1

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 1
88
#define NODE_MOBILE_PATCH_VERSION 7
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
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 6
2727
#define NODE_PATCH_VERSION 0
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_STRINGIFY
3232
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)