summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-11 09:14:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-11 09:14:42 +0000
commitb30ff27ec22ee16d4732fcaac924106e90ea1a87 (patch)
tree9d3353238696dac26bdcf1c0ff449dfe8427a4bc /wscript
parent759789f8bffe9889c1afd1433fcc6c92e38ed475 (diff)
parent2aa656cdac05f21d43eb236bf1f9c6ce806644dc (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 18a24ee54..e8ca949f9 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.65.1devel'
+VERSION = '1.66.0devel'
def options(opt):
opt.load('compiler_cxx')