summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-18 16:20:29 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-18 16:20:29 +0000
commit93ca1bb1302dc2f143377a24c19363dcf2cd444f (patch)
treee12889ab6d33690ce2c58fce1969371a8cb182dd
parent1d69f61742e08f93e59e9edc9982a9eb5dea391b (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7d3aa3f86..45e85efd2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.3'
+VERSION = '1.66.3devel'
def options(opt):
opt.load('compiler_cxx')