summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-21 10:19:11 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-21 10:19:11 +0000
commit73ccfce6ef220b1c3a562a0af86edbc435ed8f6a (patch)
treeb31d8ca9141c5515a0e13f208081d159e832ae76 /wscript
parent03c845f85cbf795ee2c1099e516d56783340f741 (diff)
parent08e6cee55742ff4fc372435115330ba5b90c40fd (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 9f686f14e..f2c408075 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.34devel'
+VERSION = '2.0.35devel'
def options(opt):
opt.load('compiler_cxx')