summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-24 01:05:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-24 01:05:29 +0100
commit9680643eaa6efeff281fdbe47441d4387804b3ee (patch)
treed52b3b44ffe30b1dadc8c5e6241a4211ae080403
parentcf89240bf0717692c17efb4a4e13d26cd5e4dab7 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 31e5db2aa..7f82d2b67 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.14'
+VERSION = '1.66.14devel'
def options(opt):
opt.load('compiler_cxx')