Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Jul 2013 22:13:12 +0000 (23:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Jul 2013 22:13:12 +0000 (23:13 +0100)
wscript

diff --git a/wscript b/wscript
index a3e2290fecfda1b34aa7237bc39529f6fcf19be2..2513e82293af545302d9f3c67e1d6a9d245af76f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.66'
+VERSION = '0.67pre'
 
 def options(opt):
     opt.load('compiler_cxx')