summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-24 09:57:26 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-24 09:57:26 +0000
commit68215e4e2dc313b74da7bde187917add138d3c9f (patch)
tree5d29ed75ff1a6d4a70b781170526b55954bb1f2d
parent53c84fd3aa5d7aaf9747e1904865f88f96c73d26 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 719102273..6bf8b5045 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.7'
+VERSION = '1.66.7devel'
def options(opt):
opt.load('compiler_cxx')