summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-20 14:51:24 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-20 14:51:24 +0000
commit08e6cee55742ff4fc372435115330ba5b90c40fd (patch)
tree088f6ef611475e77fe74d8481716002f4bcfcf18 /wscript
parent0754885fcfa05eeff06966941945eb7f7228a0bc (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index cae348447..f2c408075 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.35'
+VERSION = '2.0.35devel'
def options(opt):
opt.load('compiler_cxx')