summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 22:43:53 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 22:43:53 +0000
commit1fdf6a2afc32c9e754686a7eeb7d775ce67f6613 (patch)
tree593b1196b4d0b5ef127fef569f3a398a96990188 /wscript
parent34a5f6381d7eba172dbbca25c3263180bf9c152e (diff)
parent3d19ffae49d2fbc4cbecbe62358a43afb46bc58f (diff)
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9f3741bbe..138298d25 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.32pre'
+VERSION = '1.33pre'
def options(opt):
opt.load('compiler_cxx')