summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-12 23:30:33 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-12 23:30:33 +0100
commit08dae90efe1fbb8e9251d1837f6e56dee9523ea4 (patch)
tree2dccb9f39867f503b7497cf56ef42c3d35931cc7
parentef8f490e00f4f887ca4a16d65a247f1d3e8f71fa (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index cd84b9e09..7637aaab4 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.5'
+VERSION = '1.69.5devel'
def options(opt):
opt.load('compiler_cxx')