summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-10 13:36:19 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-10 13:36:19 +0100
commit1b576d63f5b5babda35c3995dd375e39baa16947 (patch)
treece2f91f3aeba076409d43521606aa20873203b7e /wscript
parent7f3a784849bb94a40480d6a5e6119eb182e93197 (diff)
parent91c4fed2f010077e19ff5f8c57831047827528a7 (diff)
Merge branch 'master' of ssh://main.carlh.net/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 abba29173..214149ef5 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.0devel'
+VERSION = '1.69.1devel'
def options(opt):
opt.load('compiler_cxx')