diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-05-13 14:58:31 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-05-13 16:24:28 -0700 |
commit | 0914d33842976c2c870df06573b68f9192a1fb7a (patch) | |
tree | db8930c8c8d24aa2323d0d080139e41a34ef7018 /wscript | |
parent | 23d680bb858134bb38a74423fb86b8d58477bbb4 (diff) | |
download | node-new-0914d33842976c2c870df06573b68f9192a1fb7a.tar.gz |
bump versionv0.1.95
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath from logging import fatal cwd = os.getcwd() -VERSION="0.1.94" +VERSION="0.1.95" APPNAME="node.js" import js2c |