Browse Source

Bump version to v0.6.4

v0.7.4-release v0.6.4
Ben Noordhuis 13 years ago
parent
commit
9170077f13
  1. 14
      doc/index.html
  2. 4
      doc/template.html
  3. 2
      src/node_version.h

14
doc/index.html

@ -26,7 +26,7 @@
<li><a href="#download">Download</a></li> <li><a href="#download">Download</a></li>
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li> <li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
<li><a href="#about">About</a></li> <li><a href="#about">About</a></li>
<li><a href="http://nodejs.org/docs/v0.6.3/api">v0.6.3 docs</a></li> <li><a href="http://nodejs.org/docs/v0.6.4/api">v0.6.4 docs</a></li>
<br/> <br/>
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li> <li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
<li><a href="http://blog.nodejs.org/">Blog</a></li> <li><a href="http://blog.nodejs.org/">Blog</a></li>
@ -105,14 +105,14 @@ server.listen(1337, "127.0.0.1");
<h2 id="download">Download</h2> <h2 id="download">Download</h2>
<p>2011.11.25 v0.6.3 <p>2011.12.02 v0.6.4
<ul class="release"> <ul class="release">
<li><a href="http://nodejs.org/dist/v0.6.3/node-v0.6.3.tar.gz"><code>node-v0.6.3.tar.gz</code> <li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.tar.gz"><code>node-v0.6.4.tar.gz</code>
Source code</a> (<a href="https://github.com/joyent/node/wiki/Installation">build instructions</a>) Source code</a> (<a href="https://github.com/joyent/node/wiki/Installation">build instructions</a>)
<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> <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>
<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> <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>
<li><a href="http://nodejs.org/docs/v0.6.3/api/index.html">Documentation</a> <li><a href="http://nodejs.org/docs/v0.6.4/api/index.html">Documentation</a>
<li><a href="http://nodejs.org/dist/v0.6.3">Other release files <li><a href="http://nodejs.org/dist/v0.6.4">Other release files
(like <code>.exe</code> and <code>.pdb</code>)</a> (like <code>.exe</code> and <code>.pdb</code>)</a>
</ul> </ul>

4
doc/template.html

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>{{section}}Node.js v0.6.3 Manual &amp; Documentation</title> <title>{{section}}Node.js v0.6.4 Manual &amp; Documentation</title>
<link rel="stylesheet" href="assets/style.css" /> <link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/sh.css" /> <link rel="stylesheet" href="assets/sh.css" />
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"/> <link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"/>
@ -10,7 +10,7 @@
<body> <body>
<div id="container"> <div id="container">
<header> <header>
<h1>Node.js v0.6.3 Manual &amp; Documentation</h1> <h1>Node.js v0.6.4 Manual &amp; Documentation</h1>
<div id="gtoc"> <div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p> <p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div> </div>

2
src/node_version.h

@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0 #define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 6 #define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 4 #define NODE_PATCH_VERSION 4
#define NODE_VERSION_IS_RELEASE 0 #define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY #ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Loading…
Cancel
Save