summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-24 10:27:56 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-24 10:27:56 +0100
commit360f49fad409d1e37318ffcf3069c4111c19c7b8 (patch)
treee872689ec14485630f52eddc142bd1924eed1ae7 /wscript
parent1b4bb48ed28295f7c647adca041cc29fb061b2a1 (diff)
parentbccbbe081b484f48101d76ec52aee922efa2fc50 (diff)
Merge branch 'master' of git.carlh.net:git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 80948816e..1b72d7eba 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '1.76.3devel'
+VERSION = '1.76.6devel'
def options(opt):
opt.load('compiler_cxx')