summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-15 12:59:38 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-15 12:59:38 +0000
commite4136f856a86a24f2494c069cc0288c6ae0108e7 (patch)
tree4f6ede9b14e96d738d8bdd963868e6efe20a73e5 /wscript
parentf001159b37089e53895997c83a4ce141d969889d (diff)
parent589d68a7f13767dab5594c160a10f0cfea01cf5b (diff)
Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5a8da54fe..06059fb41 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.32devel'
+VERSION = '2.0.33devel'
def options(opt):
opt.load('compiler_cxx')