aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 16:26:15 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 16:26:15 -0700
commit2426d65af860bda7be9f0832a99601cc43c6cf63 (patch)
treebb3b02e73667334d6ca84f4461ae090971799159 /src
parent015ec05272cf9742bcfaea1f8884e81c31285f5f (diff)
downloadandroid-node-v8-2426d65af860bda7be9f0832a99601cc43c6cf63.tar.gz
android-node-v8-2426d65af860bda7be9f0832a99601cc43c6cf63.tar.bz2
android-node-v8-2426d65af860bda7be9f0832a99601cc43c6cf63.zip
2013.07.25, Version 0.10.15 (Stable)
* src: fix process.getuid() return value (Ben Noordhuis)
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 67238d6f11..3cd9779bf4 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 15
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""