summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-07 01:20:51 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-07 01:20:51 +0000
commitc0c03f742238e625ba74af23b1f0522c91724125 (patch)
tree1ea852eefea46f630caf368257d84921187374dd /wscript
parent476e5504835c9761dbcd119b90f891fea620a10c (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f286e9d0a..6a32165da 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.56'
+VERSION = '0.57pre'
def options(opt):
opt.load('compiler_cxx')