Skip to content

Commit

Permalink
Working on Node.js on Mobile v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Oct 12, 2017
1 parent 87c047c commit 523ee7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/node_mobile_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#define NODE_MOBILE_MAJOR_VERSION 0
#define NODE_MOBILE_MINOR_VERSION 1
#define NODE_MOBILE_PATCH_VERSION 2
#define NODE_MOBILE_PATCH_VERSION 3

#define NODE_MOBILE_VERSION_IS_RELEASE 1
#define NODE_MOBILE_VERSION_IS_RELEASE 0

# 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 4
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_RELEASE 1
#define NODE_VERSION_IS_RELEASE 0

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

0 comments on commit 523ee7a

Please sign in to comment.