Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-26 10:39:58 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-07-26 10:39:58 +0400
commit2a4568c85f33869c75ff43ccd30f0ec188b43eab (patch)
treed98c97dfb14f8ae986f30719000d76bc1de6fc83 /src/node_version.h
parent402bcb83bc9455e066ec47a2dae7a21219b1e040 (diff)
bump versionv0.1.102
Diffstat (limited to 'src/node_version.h')
-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 02afec553f0..c4b98e3dd85 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -6,7 +6,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 1
-#define NODE_PATCH_VERSION 101
+#define NODE_PATCH_VERSION 102
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)