diff options
| author | Julien Gilli <julien.gilli@joyent.com> | 2015-06-18 22:57:52 -0700 |
|---|---|---|
| committer | Julien Gilli <julien.gilli@joyent.com> | 2015-06-18 22:57:52 -0700 |
| commit | 615a35ccd2cb5cba80901862aefe51a940995f44 (patch) | |
| tree | 3a39154f63de9a16557f860b428f1666ce2444c2 /src/node_version.h | |
| parent | dcb7ef2e4024bbb984c5d40b692fb5ec6aefa008 (diff) | |
| download | node-v0.10.39-release.tar.gz | |
2015.06.18, Version 0.10.39 (Maintenance)v0.10.39v0.10.39-release
* openssl: upgrade to 1.0.1o (Addressing multiple CVEs)
* install: fix source path for openssl headers (Oguz Bastemur)
* install: make sure opensslconf.h is overwritten (Oguz Bastemur)
* timers: fix timeout when added in timer's callback (Julien Gilli)
* windows: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)
Diffstat (limited to 'src/node_version.h')
| -rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 094c81c37..259ed84a1 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 39 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" |
