summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-28 01:11:32 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-28 01:11:32 +0000
commit3bb7f21ef64ed9d7fcc59907e4e8dadec90936f9 (patch)
treed010b3c128286b96d2a4e99747dda1d47efc82fe /wscript
parent6e4e0e730f1522760d6ca31ebfd074d299512679 (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 2fee7f347..c17c24829 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.68'
+VERSION = '2.11.68devel'
def options(opt):
opt.load('compiler_cxx')