Skip to content

Commit

Permalink
Node.js on Mobile v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jul 30, 2018
1 parent 71f4228 commit 5a29ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/node_mobile_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define NODE_MOBILE_MINOR_VERSION 1
#define NODE_MOBILE_PATCH_VERSION 7

#define NODE_MOBILE_VERSION_IS_RELEASE 0
#define NODE_MOBILE_VERSION_IS_RELEASE 1

# if NODE_MOBILE_VERSION_IS_RELEASE
# define NODE_MOBILE_TAG ""
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 5a29ef1

Please sign in to comment.