summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-03-31 16:22:54 -0700
committerJulien Gilli <julien.gilli@joyent.com>2015-03-31 16:22:54 -0700
commitc657dac5d5c1db43793d9a523dba332dba1cd509 (patch)
treeea508b67ff7af309ce4cfd1002be6ca9a3c83e43
parentcac2a740a91adc66ec24c98648c594fa3d072bf2 (diff)
downloadnode-new-c657dac5d5c1db43793d9a523dba332dba1cd509.tar.gz
Now working on 0.12.3
-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 2082cb9510..0d3fc56cd1 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 12
-#define NODE_PATCH_VERSION 2
+#define NODE_PATCH_VERSION 3
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""