Skip to content

Commit ba6c5e3

Browse files
committed
bump version
1 parent ea29e13 commit ba6c5e3

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

ChangeLog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
2009.09.04, Version 0.1.8
1+
2009.09.05, Version 0.1.9
2+
3+
* Bugfix: Compile on Snow Leopard.
4+
5+
* Bugfix: Malformed URIs raising exceptions.
6+
7+
2009.09.04, Version 0.1.8, e6d712a937b61567e81b15085edba863be16ba96
28

39
* Feature: External modules
410

website/api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.8, 2009.09.04
4+
Version, 0.1.9, 2009.09.05
55

66

77
== Name

website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ <h2 id="download">Download</h2>
155155
<a href="http://github.com/ry/node/tree/master">git repo</a>
156156
</p>
157157
<p>
158-
2009.09.04
159-
<a href="http://s3.amazonaws.com/four.livejournal/20090904/node-0.1.8.tar.gz">node-0.1.8.tar.gz</a>
158+
2009.09.05
159+
<a href="http://s3.amazonaws.com/four.livejournal/20090905/node-0.1.9.tar.gz">node-0.1.9.tar.gz</a>
160160
</p>
161161

162162
<h2 id="build">Build</h2>

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sys, os, shutil
66
from os.path import join, dirname, abspath
77
from logging import fatal
88

9-
VERSION="0.1.8"
9+
VERSION="0.1.9"
1010
APPNAME="node.js"
1111

1212
import js2c

0 commit comments

Comments
 (0)