summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-03 23:37:12 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-03 23:37:12 +0100
commit3bb00301d8fb1288ca22bf32d6f45826a1505830 (patch)
treea0a07268105481e8bcbe8ddc1fa288b285e3dbcd
parentfa35da1ebea58be1449f79c3f057265b7501c3b6 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5721c6e0c..8fdc1961e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.21'
+VERSION = '1.69.21devel'
def options(opt):
opt.load('compiler_cxx')