From ff512634acbf2ddd10f167a5600e2acba3484802 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maciej=20Ma=C5=82ecki?= Date: Sun, 22 Jan 2012 20:46:52 +0100 Subject: [PATCH] version: bump `NODE_PATCH_VERSION` Patch version hasn't been bumped correctly in 72cbb7492cb5956c8265b415bd6ff473b7b89f35. --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index 06f8663..0e803b1 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 -- 2.7.4