summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-01-30 09:05:48 -0800
committerJulien Gilli <julien.gilli@joyent.com>2015-01-30 09:05:48 -0800
commitf46b085fbec978fe867a2e62144aa257b0f9ed04 (patch)
tree7eb5ee451f489378cdcfb1aec98b8f122e78dff0
parent54d808d2ea12375f33104acc57ed9a1ddd2ac46b (diff)
downloadnode-f46b085fbec978fe867a2e62144aa257b0f9ed04.tar.gz
Now working on 0.11.17
-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 181d6b5d1..7407a0525 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 11
-#define NODE_PATCH_VERSION 16
+#define NODE_PATCH_VERSION 17
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""