summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-13 23:08:42 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-13 23:08:42 +0100
commit453def4a2a7a9886c7ddef3e1040bbd6e300ad46 (patch)
tree86716b547ff39a59434fae159dc8341f51335eb1
parent7bd6bb1316a5088045a23929d0dd6f7a7e5f5d83 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index acbcd6d01..d92369dca 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.6'
+VERSION = '1.69.6devel'
def options(opt):
opt.load('compiler_cxx')