summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-22 14:24:54 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-22 14:24:54 +0100
commite725a6b4bce2a05275ee611965c62d6803f3bf7c (patch)
tree3aa9bccc6591ee4feaea4f18e0a131bcd68a57be /wscript
parent76cfe88e0ab9fa4112b039fdc57c6dcbea462e96 (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 0e8cca746..0a9e00e9c 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.15'
+VERSION = '2.0.15devel'
def options(opt):
opt.load('compiler_cxx')