From ba6c5e38d54de30adfce69a21bafc81c35b07a03 Mon Sep 17 00:00:00 2001
From: Ryan
Date: Sat, 5 Sep 2009 14:47:56 +0200
Subject: [PATCH] bump version
---
ChangeLog | 8 +++++++-
website/api.txt | 2 +-
website/index.html | 4 ++--
wscript | 2 +-
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index feed6413ee9843..e14170457ecb0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2009.09.04, Version 0.1.8
+2009.09.05, Version 0.1.9
+
+ * Bugfix: Compile on Snow Leopard.
+
+ * Bugfix: Malformed URIs raising exceptions.
+
+2009.09.04, Version 0.1.8, e6d712a937b61567e81b15085edba863be16ba96
* Feature: External modules
diff --git a/website/api.txt b/website/api.txt
index b877a37e337c91..ce5ec38bf38a52 100644
--- a/website/api.txt
+++ b/website/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl
-Version, 0.1.8, 2009.09.04
+Version, 0.1.9, 2009.09.05
== Name
diff --git a/website/index.html b/website/index.html
index cbdc78a5719fd3..4f6f9e6bad8a9a 100644
--- a/website/index.html
+++ b/website/index.html
@@ -155,8 +155,8 @@ Download
git repo
- 2009.09.04
- node-0.1.8.tar.gz
+ 2009.09.05
+ node-0.1.9.tar.gz
Build
diff --git a/wscript b/wscript
index 36796972263563..2c374fd9166a08 100644
--- a/wscript
+++ b/wscript
@@ -6,7 +6,7 @@ import sys, os, shutil
from os.path import join, dirname, abspath
from logging import fatal
-VERSION="0.1.8"
+VERSION="0.1.9"
APPNAME="node.js"
import js2c