Skip to content

Commit 9170077

Browse files
committed
Bump version to v0.6.4
1 parent 641f2be commit 9170077

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

doc/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<li><a href="#download">Download</a></li>
2727
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
2828
<li><a href="#about">About</a></li>
29-
<li><a href="http://nodejs.org/docs/v0.6.3/api">v0.6.3 docs</a></li>
29+
<li><a href="http://nodejs.org/docs/v0.6.4/api">v0.6.4 docs</a></li>
3030
<br/>
3131
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
3232
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -105,14 +105,14 @@ <h2 id="video">Introduction</h2>
105105

106106
<h2 id="download">Download</h2>
107107

108-
<p>2011.11.25 v0.6.3
108+
<p>2011.12.02 v0.6.4
109109
<ul class="release">
110-
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.tar.gz"><code>node-v0.6.3.tar.gz</code>
110+
<li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.tar.gz"><code>node-v0.6.4.tar.gz</code>
111111
Source code</a> (<a href="https://github.com/joyent/node/wiki/Installation">build instructions</a>)
112-
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.msi"><code>node-v0.6.3.msi</code> Windows installer</a>
113-
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.pkg"><code>node-v0.6.3.pkg</code> Macintosh installer</a>
114-
<li><a href="http://nodejs.org/docs/v0.6.3/api/index.html">Documentation</a>
115-
<li><a href="http://nodejs.org/dist/v0.6.3">Other release files
112+
<li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.msi"><code>node-v0.6.4.msi</code> Windows installer</a>
113+
<li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.pkg"><code>node-v0.6.4.pkg</code> Macintosh installer</a>
114+
<li><a href="http://nodejs.org/docs/v0.6.4/api/index.html">Documentation</a>
115+
<li><a href="http://nodejs.org/dist/v0.6.4">Other release files
116116
(like <code>.exe</code> and <code>.pdb</code>)</a>
117117
</ul>
118118

doc/template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>{{section}}Node.js v0.6.3 Manual &amp; Documentation</title>
5+
<title>{{section}}Node.js v0.6.4 Manual &amp; Documentation</title>
66
<link rel="stylesheet" href="assets/style.css" />
77
<link rel="stylesheet" href="assets/sh.css" />
88
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"/>
99
</head>
1010
<body>
1111
<div id="container">
1212
<header>
13-
<h1>Node.js v0.6.3 Manual &amp; Documentation</h1>
13+
<h1>Node.js v0.6.4 Manual &amp; Documentation</h1>
1414
<div id="gtoc">
1515
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
1616
</div>

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 6
3131
#define NODE_PATCH_VERSION 4
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)