summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-28 23:34:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-28 23:34:29 +0100
commit7c09e31665ddc7d60eefd5815cf81af42289008f (patch)
tree382a648451c243b5b772718a526a63f7861096ec /wscript
parentddffcd80a6208193027be869d8487c0a43d30b0b (diff)
parent111e86c66c12bafa79a09d5050fe130e4cc99532 (diff)
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 26b3a5fcb..4929c0d82 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.15devel'
+VERSION = '1.69.16devel'
def options(opt):
opt.load('compiler_cxx')