summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-16 11:45:04 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-16 11:45:04 +0100
commit362ed9ee4f73bee21b3ef8d3b449bb8e8877f501 (patch)
tree7a9f4098b4c8d3f502688f246e0ffa0f0d41e69e
parent853a3a42181d78dc9a3a0f5ec541719f82782635 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 656c03849..1ecb4de9b 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.8'
+VERSION = '1.69.8devel'
def options(opt):
opt.load('compiler_cxx')