summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-09 09:44:04 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-09 09:44:04 +0100
commit43035119a29f81db8854866aa43ed9cae0ee8b22 (patch)
tree4ff1b2df1f2efbb472aec4d0260c3af4c9726de4 /wscript
parent9215897404537a84971d501a365bbe5451c94cf0 (diff)
parent6c8a8ecc5f0ecb84fca7e298185274c68c039eb5 (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 a03b48530..ba48a41db 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.23devel'
+VERSION = '1.69.24devel'
def options(opt):
opt.load('compiler_cxx')