summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-05-13 19:37:33 -0700
committerJulien Gilli <julien.gilli@joyent.com>2015-05-13 19:37:33 -0700
commitd2395f717bb1f6c0539f3cd915bc8f45e12d769d (patch)
tree6789147a9763f720670aa3fa1eb401bb50ed6ab4
parent1ae392e35ed7d71466d0f2979b4a4d0b2fffb73e (diff)
downloadnode-d2395f717bb1f6c0539f3cd915bc8f45e12d769d.tar.gz
Now working on 0.12.4
-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 a991ff92f..ab5b0d4df 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 3
+#define NODE_PATCH_VERSION 4
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""