Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/index.html4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html
index d8e6faa6e85..8991ef19f36 100644
--- a/website/index.html
+++ b/website/index.html
@@ -155,6 +155,10 @@ Server running at http://127.0.0.1:8000/</pre>
</p>
<ul>
<li>
+ 2009.06.24
+ <a href="http://s3.amazonaws.com/four.livejournal/20090624/node-0.0.6.tar.gz">node-0.0.6.tar.gz</a>
+ </li>
+ <li>
2009.06.18
<a href="http://s3.amazonaws.com/four.livejournal/20090618/node-0.0.5.tar.gz">node-0.0.5.tar.gz</a>
</li>
diff --git a/wscript b/wscript
index a7cc110c457..306241092af 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ from logging import fatal
import js2c
-VERSION='0.0.5'
+VERSION='0.0.6'
APPNAME='node'
srcdir = '.'