summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-10 15:49:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-10 15:49:01 +0000
commit2aa656cdac05f21d43eb236bf1f9c6ce806644dc (patch)
tree72d3248f605a42b319bfc5391c2410f5d4748ffa
parent3aa6a4409543ee6c3d16ec6000ecdc03fdc8b384 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9050c23d9..e8ca949f9 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.0'
+VERSION = '1.66.0devel'
def options(opt):
opt.load('compiler_cxx')