summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-01-20 15:46:56 -0800
committerJulien Gilli <julien.gilli@joyent.com>2015-01-20 15:46:56 -0800
commitf2b378b850b3bc5ac7e30fb7a204ef19ca4f8604 (patch)
treec630d2b765499865451cb096875d41c242a5b631
parent2d8253d251bca05093801293e234990891813fbb (diff)
downloadnode-f2b378b850b3bc5ac7e30fb7a204ef19ca4f8604.tar.gz
Now working on 0.11.16
-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 a291055a0..4e9e282c5 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 15
+#define NODE_PATCH_VERSION 16
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""