summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-03 10:47:47 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-03 10:47:47 +0100
commitfd26b3243015824bebe8ec41c6b4a0d81748e81a (patch)
treeceab69f46eb54af419e5ea8b9b905d5f4c851497 /wscript
parenta9e2f04541a0867b639968135ec70e787a09c4c4 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 58599ca3c..9a431b597 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.19'
+VERSION = '1.69.19devel'
def options(opt):
opt.load('compiler_cxx')