summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-09-15 16:46:39 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-09-15 16:46:39 -0700
commit771ba34ca7b839add2ef96879e1ffc684813cf7c (patch)
tree450e01d891a8499cc460a375cbf3739c966bbf13 /src
parent6312e889b1cd76fb5089056fd80f335319ad103e (diff)
downloadnode-0.4.12.tar.gz
Bump version to v0.4.12v0.4.12
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 619b61e7b..506222931 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,7 +28,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 12
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)