summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-23 20:41:31 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-23 20:41:31 +0000
commit97fef6c0dd66fedda1e3241d1e6cd24e824227cd (patch)
tree89cd25f8cbbbd3b3a48d0fb1ae6a1869f07bf7df
parentd6627a5e09929bc718be1c925435bc32dabfa252 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c81fe1f3b..7dd65191e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.6'
+VERSION = '1.66.6devel'
def options(opt):
opt.load('compiler_cxx')