Working on v1.4.4
authorRod Vagg <rod@vagg.org>
Tue, 3 Mar 2015 00:48:12 +0000 (16:48 -0800)
committerRod Vagg <rod@vagg.org>
Tue, 3 Mar 2015 00:48:12 +0000 (16:48 -0800)
CHANGELOG.md
src/node_version.h

index 6fd6832..61550bf 100644 (file)
@@ -4,7 +4,7 @@
 
 ### Notable changes
 
-* **stream**: Fixes problems for platforms without `writev()` support, particularly Windows. Changes introduced in 1.4.1, via [#926](https://github.com/iojs/io.js/pull/926), broke some functionality for these platforms, this has now been addressed. [#1008](https://github.com/iojs/io.js/pull/1008) (Fedor Indutny)
+* **stream**: Fixed problems for platforms without `writev()` support, particularly Windows. Changes introduced in 1.4.1, via [#926](https://github.com/iojs/io.js/pull/926), broke some functionality for these platforms, this has now been addressed. [#1008](https://github.com/iojs/io.js/pull/1008) (Fedor Indutny)
 * **arm**: We have the very beginnings of ARMv8 / ARM64 / AARCH64 support. An upgrade to OpenSSL 1.0.2 is one requirement for full support. [#1028](https://github.com/iojs/io.js/pull/1028) (Ben Noordhuis)
 * Add new collaborator: Julian Duque ([@julianduque](https://github.com/julianduque))
 
index 7f4c9f6..499ce0d 100644 (file)
@@ -3,9 +3,9 @@
 
 #define NODE_MAJOR_VERSION 1
 #define NODE_MINOR_VERSION 4
-#define NODE_PATCH_VERSION 3
+#define NODE_PATCH_VERSION 4
 
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)