summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-23 17:15:18 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-23 17:15:18 +0000
commitf455579f4c2fd2321b2891a03cd9e466b2299148 (patch)
tree6ddf977d2cc656949c7393cd9899724cfaacfc3e /wscript
parent2c7554d01512585cc4052845799588806c994d69 (diff)
parente8fcbfaa9b5844400a2c64b5cdaa07442cca968d (diff)
Merge branch '2.0' of ssh://main.carlh.net/home/carl/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 f2c408075..d24353370 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.35devel'
+VERSION = '2.0.36devel'
def options(opt):
opt.load('compiler_cxx')