summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-21 16:44:35 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-21 16:44:35 +0100
commitfc888176a978d11e9d5487d3afce33cdf92e1342 (patch)
tree22e532606397f7f5d4c943b67741d1b9c58de77a
parent52329b9d6291f1cdf3cda6e760df8c2147fb6c29 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3dc298933..51553da97 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.10'
+VERSION = '1.69.10devel'
def options(opt):
opt.load('compiler_cxx')