summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-24 15:16:30 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-24 15:16:30 +0000
commit71ea64782f215c605877f5c231a2a8b1838fe8bd (patch)
tree3834141efc971fcc3edaac103bcb3962243673c1 /wscript
parentfeea01f6109e00fddaacc9ae23f4cf6f55b4cabf (diff)
parent477e619088ed1f3f4a7b043af1cca72e19acab0d (diff)
Merge in 0.70 branch with 0.71 fix.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d8ec37667..ef962e90f 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.71beta2'
+VERSION = '0.72pre'
def options(opt):
opt.load('compiler_cxx')