summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-03 15:47:02 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-03 17:10:40 -0700
commit3754920ffd9e0ee06547be9c6252878ca76aa7a6 (patch)
tree5094126a5324e73dacea5e04fba24c1a34ab74be /src/node_version.h
parent2faae580ae0017b065d063a86c15ed9d4f3a17fc (diff)
downloadandroid-node-v8-3754920ffd9e0ee06547be9c6252878ca76aa7a6.tar.gz
android-node-v8-3754920ffd9e0ee06547be9c6252878ca76aa7a6.tar.bz2
android-node-v8-3754920ffd9e0ee06547be9c6252878ca76aa7a6.zip
Working on v2.3.4
Diffstat (limited to 'src/node_version.h')
-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 949f4cacdd..2873e20a1e 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,9 +3,9 @@
#define NODE_MAJOR_VERSION 2
#define NODE_MINOR_VERSION 3
-#define NODE_PATCH_VERSION 3
+#define NODE_PATCH_VERSION 4
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)