summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-25 07:58:03 -0700
committerisaacs <i@izs.me>2012-06-25 07:58:03 -0700
commitb07b39130458b86f2e295fcc833d9fa836cc70b4 (patch)
treedadd9fd24edd8caf6bc320cacba65494c76f248f /src
parent5feea97b537a785fc20cd1f2a687b4c33d891e4a (diff)
downloadnodejs-b07b39130458b86f2e295fcc833d9fa836cc70b4.tar.gz
nodejs-b07b39130458b86f2e295fcc833d9fa836cc70b4.tar.bz2
nodejs-b07b39130458b86f2e295fcc833d9fa836cc70b4.zip
Now working on 0.8.1
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index a2df82ac1..79ae25356 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,8 +24,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 8
-#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)