summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-05 16:41:46 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-05 16:41:46 +0100
commit2d195693fd2fa8aff6f335b67b21efab81862912 (patch)
treec3b4da1fd5a947e6618e2228f1462f27954d134a
parent91f314394bdb3740f7114fcfc34ef7187e2cc2ca (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c27376afa..abba29173 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.0'
+VERSION = '1.69.0devel'
def options(opt):
opt.load('compiler_cxx')