diff options
| -rwxr-xr-x | release | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ command("git clean -n") if raw_input() != "y": print 'Aborted' sys.exit(1) -command("git clean") +command("git clean -f") command("git tag -m \"v%s\" v%s" % (release_version_string, release_version_string)) command("./waf clean") command("./waf") @@ -3,7 +3,7 @@ import os import lut APPNAME = 'libdcp' -VERSION = '0.24pre' +VERSION = '0.25pre' def options(opt): opt.load('compiler_cxx') |
