summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-07-09 14:19:36 -0700
committerJulien Gilli <julien.gilli@joyent.com>2015-07-09 14:19:36 -0700
commit0439a28d519fb6efe228074b0588a59452fc1677 (patch)
tree478df0db3354d2e9356b69f42ddbf2004dd6033b /src/node_version.h
parentc5d7b315289c993e9b823ce00c2d8ff21abe7507 (diff)
downloadnode-0439a28d519fb6efe228074b0588a59452fc1677.tar.gz
2015.07.09, Version 0.10.40 (Maintenance)v0.10.40v0.10.40-release
* openssl: upgrade to 1.0.1p * V8: back-port JitCodeEvent patch from upstream (Ben Noordhuis) * win,msi: create npm folder in AppData directory (Steven Rockarts)
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 e7d4d96d8..15545cf4e 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 40
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""