diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-09-18 18:32:25 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-09-18 18:32:25 +0200 |
commit | 5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4 (patch) | |
tree | 4c9841d8b99f18966e4c4a9f9f07887cd4b05f68 /wscript | |
parent | ab530bb211148d89fc22ec2b2f2defe685f9aba9 (diff) | |
download | node-new-5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4.tar.gz |
bump versionv0.1.11
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import sys, os, shutil from os.path import join, dirname, abspath from logging import fatal -VERSION="0.1.10" +VERSION="0.1.11" APPNAME="node.js" import js2c |