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
path: root/src
diff options
context:
space:
mode:
authorMaciej MaƂecki <maciej.malecki@notimplemented.org>2012-01-22 23:46:52 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-23 02:10:32 +0400
commitff512634acbf2ddd10f167a5600e2acba3484802 (patch)
tree7c7ddde34e870a8aa33f64f7bc871ab14d49973e /src
parent6d00c089e36955a8c172b5615329280d10dec9da (diff)
version: bump `NODE_PATCH_VERSION`
Patch version hasn't been bumped correctly in 72cbb7492cb5956c8265b415bd6ff473b7b89f35.
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 06f866304a4..0e803b1c8ec 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,7 +28,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 7
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY