summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-31 15:24:52 +0100
committerCarl Hetherington <cth@carlh.net>2014-03-31 15:24:52 +0100
commitd344423f8a0e9765684f5e25a6ce4966a3da31d0 (patch)
tree221a4cc12f8b6bab4b4562ab827ee112dc01a313 /wscript
parent6bc5caa116382d3540678dbc1ea97cb23dd4e5ef (diff)
parent03d55c449d5b16f551cd073bafe2fd296f909c20 (diff)
Merge branch 'master' of ssh://carlh.dyndns.org/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 82cf7f568..fe834f343 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.8devel'
+VERSION = '1.66.9devel'
def options(opt):
opt.load('compiler_cxx')