summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-17 20:13:01 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-17 20:13:01 +0100
commitcf602cd8f99826bec39df3c8f9253e4788665d66 (patch)
treec028ea22386d7f547b7e49aeced53d10e92a46c4 /wscript
parent4447443c6a7cec1c4d68285ab98ad4e1c27abe6d (diff)
parentc8ad0c2e78484226504c25892d0649f0bd048a8f (diff)
Merge.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a2d206500..660e13c68 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.11devel'
+VERSION = '1.66.12devel'
def options(opt):
opt.load('compiler_cxx')