Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-05-02 04:47:47 +0400
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-05-02 04:47:47 +0400
commitb148cbe09d4657766fdb61575ba985734c2ff0a8 (patch)
treeb5b853458231fda18961e77361a998c63493424b
parentdbec0a0cd8a76974c06a8965765e2790c6fd4ccb (diff)
2014.05.01, Version 0.10.28 (Stable)v0.10.28
* npm: upgrade to v1.4.9
-rw-r--r--ChangeLog7
-rw-r--r--src/node_version.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 19bd549beda..a04202334c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2014.05.01, Version 0.10.27 (Stable)
+2014.05.01, Version 0.10.28 (Stable)
+
+* npm: upgrade to v1.4.9
+
+
+2014.05.01, Version 0.10.27 (Stable), cb7911f78ae96ef7a540df992cc1359ba9636e86
* npm: upgrade to v1.4.8
diff --git a/src/node_version.h b/src/node_version.h
index 4d5fc465ce2..0f730bf1c75 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 28
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""