Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 20, 2010
1 parent b29f787 commit 618296e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Expand Up @@ -59,3 +59,7 @@ Kris Kowal <kris.kowal@cixar.com>
Jacek Becela <jacek.becela@gmail.com>
Rob Ellis <kazoomer@gmail.com>
Tim-Smart <timehAndGod@gmail.com>
Herbert Vojčík <herby@mailbox.sk>
Krishna Rajendran <krishna@emptybox.org>
pyrotechnick <pyrotechnick@feistystudios.com>
Carson McDonald <carson@ioncannon.net>
13 changes: 12 additions & 1 deletion ChangeLog
@@ -1,4 +1,15 @@
2010.03.12, Version 0.1.32
2010.03.19, Version 0.1.33

* Include lib/ directory in node executable. Compile on demand.

* evalcx clean ups (Isaac Z. Schlueter, Tim-Smart)

* Various fixes, clean ups

* V8 upgraded to 2.1.5


2010.03.12, Version 0.1.32, 61c801413544a50000faa7f58376e9b33ba6254f

* Optimize event emitter for single listener

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.32, 2010.03.12
Version, 0.1.33, 2010.03.19


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -96,8 +96,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.03.12
<a href="http://nodejs.org/dist/node-v0.1.32.tar.gz">node-v0.1.32.tar.gz</a>
2010.03.19
<a href="http://nodejs.org/dist/node-v0.1.33.tar.gz">node-v0.1.33.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.32"
VERSION="0.1.33"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 618296e

Please sign in to comment.