summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-17 10:35:53 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-17 10:35:53 +0000
commite47256cdeceb58f60fecc78d272f5971aa2e55ae (patch)
treea6d13c3bb6875113460e64c0fae839d7d5e84796 /wscript
parenta7500ae8265ce7511409c6652963c8520940360b (diff)
parent903e3b22b449280bddeb70f8f2ed15e9fb8cde9d (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 aa20e9946..682ceb9cd 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.1devel'
+VERSION = '1.66.2devel'
def options(opt):
opt.load('compiler_cxx')