From 4f2b08c523c1cd65309c008c3cdd0503c68e863e Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Thu, 31 Jul 2014 11:12:08 -0700 Subject: [PATCH] Now working on 0.10.31 --- src/node_version.h | 4 ++-- tools/node-release-post-build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/node_version.h b/src/node_version.h index b52437f438..3ea33ea79e 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,9 +24,9 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 10 -#define NODE_PATCH_VERSION 30 +#define NODE_PATCH_VERSION 31 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_TAG # define NODE_TAG "" diff --git a/tools/node-release-post-build.sh b/tools/node-release-post-build.sh index 4e3555c4f0..5b1a19ed70 100755 --- a/tools/node-release-post-build.sh +++ b/tools/node-release-post-build.sh @@ -39,7 +39,7 @@ make email.md ( echo "" echo "Shasums:" echo '```' - cat SHASUMS.txt + cat SHASUMS.txt.asc echo '```' ) >> email.md ( echo -n "date: " date