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-19 01:22:31 +0400
committerRyan <ry@tinyclouds.org>2009-06-19 01:22:31 +0400
commitec5f3dbae11ed121d24744861a8fce55636ecd66 (patch)
tree6f305789395a5055eefc23e887f7186181c6cf68
parent7ec90dbfd0aa8d36efc3f3e275b44281e1707286 (diff)
bump versionv0.0.5
-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 de0eaff468c..d8e6faa6e85 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.18
+ <a href="http://s3.amazonaws.com/four.livejournal/20090618/node-0.0.5.tar.gz">node-0.0.5.tar.gz</a>
+ </li>
+ <li>
2009.06.13
<a href="http://s3.amazonaws.com/four.livejournal/20090613/node-0.0.4.tar.gz">node-0.0.4.tar.gz</a>
</li>
diff --git a/wscript b/wscript
index 2b40f643956..8d49a88118c 100644
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ from logging import fatal
import js2c
-VERSION='0.0.4'
+VERSION='0.0.5'
APPNAME='node'
srcdir = '.'