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:
authorRyan <ry@tinyclouds.org>2009-06-24 18:43:37 +0400
committerRyan <ry@tinyclouds.org>2009-06-24 18:43:37 +0400
commitfbe0be19ebfb422d8fa20ea5204c1713e9214d5f (patch)
tree46089f1723df59f09c26015dae8d063a5abb5aac
parentbdad5e7333b15a786cd999b411463ffba5e36592 (diff)
bump versionv0.0.6
-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 = '.'