diff --git a/ChangeLog b/ChangeLog index 06a9a4ff2c8902..9a544f0ea174a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011.12.04, Version 0.6.5 (stable) + +* npm workaround Windows antivirus software (isaacs) + +* Upgrade V8 to 3.6.6.11 + + 2011.12.02, Version 0.6.4 (stable), 9170077f13e5e5475b23d1d3c2e7f69bfe139727 * doc improvements (Kyle Young, Tim Oxley, Roman Shtylman, Mathias Bynens) diff --git a/doc/index.html b/doc/index.html index 815c1b32bad117..d0829b83a3777c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -26,7 +26,7 @@
  • Download
  • ChangeLog
  • About
  • -
  • v0.6.4 docs
  • +
  • v0.6.5 docs

  • Wiki
  • Blog
  • @@ -105,15 +105,15 @@

    Introduction

    Download

    -

    2011.12.02 v0.6.4 +

    2011.12.04 v0.6.5

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

    Node.js v0.6.4 Manual & Documentation

    +

    Node.js v0.6.5 Manual & Documentation

    diff --git a/src/node_version.h b/src/node_version.h index d424b4e9de4e7a..9c9d1c814c6da0 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 5 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)