From f76c3dc3ca60e381cb22996f05ee139edc9e375b Mon Sep 17 00:00:00 2001
From: Ryan
Date: Sat, 13 Jun 2009 14:13:42 +0200
Subject: [PATCH] bump version
---
website/index.html | 4 ++++
wscript | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/website/index.html b/website/index.html
index 5dbb4cff04..989a4fca29 100644
--- a/website/index.html
+++ b/website/index.html
@@ -154,6 +154,10 @@ Server running at http://127.0.0.1:8000/
git repo
+ -
+ 2009.06.13
+ node-0.0.4.tar.gz
+
-
2009.06.11
node-0.0.3.tar.gz
diff --git a/wscript b/wscript
index f434178944..05bff78c2b 100644
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ from logging import fatal
import js2c
-VERSION='0.0.3'
+VERSION='0.0.4'
APPNAME='node'
srcdir = '.'