summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-07 19:59:18 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-07 19:59:18 +0100
commit548dfbd04c9e1888880feefad0a7064ee151fc56 (patch)
treeb8a3acb733cc99429bc67a1b66e6c77d18366cf2
parent0e2697e46a2cae8b39ac34998887bb5722701daf (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9349099c9..a2d206500 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.11'
+VERSION = '1.66.11devel'
def options(opt):
opt.load('compiler_cxx')