Browse Source

Now working on 0.10.31

v0.10.31-release
Timothy J Fontaine 11 years ago
parent
commit
4f2b08c523
  1. 4
      src/node_version.h
  2. 2
      tools/node-release-post-build.sh

4
src/node_version.h

@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 0 #define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 10 #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 #ifndef NODE_TAG
# define NODE_TAG "" # define NODE_TAG ""

2
tools/node-release-post-build.sh

@ -39,7 +39,7 @@ make email.md
( echo "" ( echo ""
echo "Shasums:" echo "Shasums:"
echo '```' echo '```'
cat SHASUMS.txt cat SHASUMS.txt.asc
echo '```' ) >> email.md echo '```' ) >> email.md
( echo -n "date: " ( echo -n "date: "
date date

Loading…
Cancel
Save