summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-03 15:46:16 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-03 17:10:40 -0700
commit2faae580ae0017b065d063a86c15ed9d4f3a17fc (patch)
tree7bbea59d80f15856c266130408d81da3391d4274 /src/node_version.h
parent030f8045c706a8c3925ec7cb3184fdfae4ba8676 (diff)
downloadandroid-node-v8-2faae580ae0017b065d063a86c15ed9d4f3a17fc.tar.gz
android-node-v8-2faae580ae0017b065d063a86c15ed9d4f3a17fc.tar.bz2
android-node-v8-2faae580ae0017b065d063a86c15ed9d4f3a17fc.zip
2015-07-04 io.js v2.3.3 Release
Notable changes * deps: Fixed an out-of-band write in utf8 decoder. This is an important security update as it can be used to cause a denial of service attack.
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index daf9501423..949f4cacdd 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 3
#define NODE_PATCH_VERSION 3
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)