summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2016-06-23 18:12:45 -0500
committerEvan Lucas <evanlucas@me.com>2016-06-23 18:12:45 -0500
commit02cdf925148df42ac7cd0a87bf8dcbc4b3c777f9 (patch)
treebbab45852e4d59270cd16c3c142d119961f3abcf
parent325e1194ce111d43b31dfdf2e2944a73411276d9 (diff)
downloadnode-new-v5.x.tar.gz
Working on v5.12.1v5.x
PR-URL: https://github.com/nodejs/node-private/pull/51
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 220344d9b0..715d0c0525 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,9 +3,9 @@
#define NODE_MAJOR_VERSION 5
#define NODE_MINOR_VERSION 12
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)