summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-20 12:21:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-20 12:21:57 +0100
commit30fb65ed98aa322d22d370b6e7d66979d6daa6f7 (patch)
treeef531a33f6edf38493160fdfdb8e7192d77c611c
parent7346a6fb2ffa7f1b6f2b7e4b5e9567dea037e9e8 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 867890da0..f53eed0db 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.72.11'
+VERSION = '1.72.11devel'
def options(opt):
opt.load('compiler_cxx')