summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-09-16 15:47:52 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-09-16 15:47:52 -0700
commit0fe0d121551593c23a565db8397f85f17bb0f00e (patch)
tree5ec8fd7b75be284edfbc5a14e32c4b0a0ccf78ae /src/node_version.h
parentdaca803e9e333d85213a334f692e30e556e6e146 (diff)
downloadandroid-node-v8-0fe0d121551593c23a565db8397f85f17bb0f00e.tar.gz
android-node-v8-0fe0d121551593c23a565db8397f85f17bb0f00e.tar.bz2
android-node-v8-0fe0d121551593c23a565db8397f85f17bb0f00e.zip
2014.09.16, Version 0.10.32 (Stable)
* npm: Update to 1.4.28 * v8: fix a crash introduced by previous release (Fedor Indutny) * configure: add --openssl-no-asm flag (Fedor Indutny) * crypto: use domains for any callback-taking method (Chris Dickinson) * http: do not send `0rnrn` in TE HEAD responses (Fedor Indutny) * querystring: fix unescape override (Tristan Berger) * url: Add support for RFC 3490 separators (Mathias Bynens)
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 d31b4f73ac..a99757368f 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 32
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""