diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2011-09-15 16:46:39 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2011-09-15 16:46:39 -0700 |
| commit | 771ba34ca7b839add2ef96879e1ffc684813cf7c (patch) | |
| tree | 450e01d891a8499cc460a375cbf3739c966bbf13 /src | |
| parent | 6312e889b1cd76fb5089056fd80f335319ad103e (diff) | |
| download | node-0.4.12.tar.gz | |
Bump version to v0.4.12v0.4.12
Diffstat (limited to 'src')
| -rw-r--r-- | src/node_version.h | 2 |
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) |
