From 0439a28d519fb6efe228074b0588a59452fc1677 Mon Sep 17 00:00:00 2001 From: Julien Gilli Date: Thu, 9 Jul 2015 14:19:36 -0700 Subject: 2015.07.09, Version 0.10.40 (Maintenance) * 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) --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 "" -- cgit v1.2.1