diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-11-28 17:04:42 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-11-28 17:04:42 +0100 |
commit | aa42c6790da8ed2cd2b72051c07f6251fe1724d8 (patch) | |
tree | fb37a6f92823b4017f92110cef5ba7bd4bfcf8d5 /wscript | |
parent | 38e425d9bfe3e5fc728576f623fdedf27432f106 (diff) | |
download | node-new-aa42c6790da8ed2cd2b72051c07f6251fe1724d8.tar.gz |
bump versionv0.1.20
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.19" +VERSION="0.1.20" APPNAME="node.js" import js2c |