summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-03-11 11:31:30 -0700
committerJulien Gilli <julien.gilli@joyent.com>2015-03-11 16:30:44 -0700
commit7d6b5b1d5ba726331f9ccaaae59af7cd53eee82e (patch)
tree2e42c30dc8b851a627fd4e07b5d2ed2e87701345 /src/node_version.h
parent219c80d0996304ebb98383eb7eeead2135e37f15 (diff)
downloadnode-v0.10.37-release.tar.gz
2015.03.11, Version 0.10.37 (Maintenance)v0.10.37v0.10.37-release
* uv: update to 0.10.36 (CVE-2015-0278) * domains: fix stack clearing after error handled (Jonas Dohse) * buffer: reword Buffer.concat error message (Chris Dickinson) * console: allow Object.prototype fields as labels (Julien Gilli) * V8: log version in profiler log file (Ben Noordhuis) * http: fix performance regression for GET requests (Florin-Cristian Gavrila)
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 6baad291a..684d7ec5d 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 37
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""