Skip to content

Commit

Permalink
Node.js on Mobile v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Apr 2, 2019
1 parent ab4ab84 commit 62d0e98
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 2
#define NODE_MOBILE_PATCH_VERSION 0

#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 @@ -29,7 +29,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Dubnium"

#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 62d0e98

Please sign in to comment.