summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-25 23:45:05 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-25 23:45:05 +0100
commitf44db142a8b8e7d27569065fcc7ce978aae43ec5 (patch)
treef90af53630d9dabc9926c4fd14c1b8ebed59fa28
parent21394720d62c08c2bec1832d2f92c428a12d81a7 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a2c170d7d..bd0ac9af2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.15'
+VERSION = '1.66.15devel'
def options(opt):
opt.load('compiler_cxx')