summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-28 23:36:27 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-28 23:36:27 +0100
commit549708aa2b871f09594fe917f5c72907eb2bdedc (patch)
tree1f7630928e4b76b6a137280778391120766da3bb
parentd332ebdf39a64cfad36c96667bdeeb23aaecd2de (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 14e8cb42d..b62b64b7a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.17'
+VERSION = '1.69.17devel'
def options(opt):
opt.load('compiler_cxx')