From 9170077f13e5e5475b23d1d3c2e7f69bfe139727 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 2 Dec 2011 02:31:41 +0100 Subject: Bump version to v0.6.4 --- doc/index.html | 14 +++++++------- doc/template.html | 4 ++-- src/node_version.h | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/index.html b/doc/index.html index c17c1951c51..384a8bf8770 100644 --- a/doc/index.html +++ b/doc/index.html @@ -26,7 +26,7 @@
  • Download
  • ChangeLog
  • About
  • -
  • v0.6.3 docs
  • +
  • v0.6.4 docs

  • Wiki
  • Blog
  • @@ -105,14 +105,14 @@ server.listen(1337, "127.0.0.1");

    Download

    -

    2011.11.25 v0.6.3 +

    2011.12.02 v0.6.4

    diff --git a/doc/template.html b/doc/template.html index c1fe7f4f7e4..c367bb48d48 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,7 +2,7 @@ - {{section}}Node.js v0.6.3 Manual & Documentation + {{section}}Node.js v0.6.4 Manual & Documentation @@ -10,7 +10,7 @@
    -

    Node.js v0.6.3 Manual & Documentation

    +

    Node.js v0.6.4 Manual & Documentation

    diff --git a/src/node_version.h b/src/node_version.h index 46e459e6fb2..575c6eec868 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 6 #define NODE_PATCH_VERSION 4 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3