File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
< li > < a href ="#download "> Download</ a > </ li >
27
27
< li > < a href ="https://github.com/joyent/node/wiki/ChangeLog "> ChangeLog</ a > </ li >
28
28
< 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 >
30
30
< br />
31
31
< li > < a href ="https://github.com/joyent/node/wiki "> Wiki</ a > </ li >
32
32
< li > < a href ="http://blog.nodejs.org/ "> Blog</ a > </ li >
@@ -105,14 +105,14 @@ <h2 id="video">Introduction</h2>
105
105
106
106
< h2 id ="download "> Download</ h2 >
107
107
108
- < p > 2011.11.25 v0.6.3
108
+ < p > 2011.12.02 v0.6.4
109
109
< 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 >
111
111
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
116
116
(like < code > .exe</ code > and < code > .pdb</ code > )</ a >
117
117
</ ul >
118
118
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > {{section}}Node.js v0.6.3 Manual & Documentation</ title >
5
+ < title > {{section}}Node.js v0.6.4 Manual & Documentation</ title >
6
6
< link rel ="stylesheet " href ="assets/style.css " />
7
7
< link rel ="stylesheet " href ="assets/sh.css " />
8
8
< link rel ="canonical " href ="http://nodejs.org/docs/latest/api/{{filename}}.html "/>
9
9
</ head >
10
10
< body >
11
11
< div id ="container ">
12
12
< header >
13
- < h1 > Node.js v0.6.3 Manual & Documentation</ h1 >
13
+ < h1 > Node.js v0.6.4 Manual & Documentation</ h1 >
14
14
< div id ="gtoc ">
15
15
< p > < a href ="index.html "> Index</ a > | < a href ="all.html "> View on single page</ a > </ p >
16
16
</ div >
Original file line number Diff line number Diff line change 29
29
#define NODE_MAJOR_VERSION 0
30
30
#define NODE_MINOR_VERSION 6
31
31
#define NODE_PATCH_VERSION 4
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments