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

diff --git a/wscript b/wscript
index 6774f3454be52204a256052469cf70cb9b7f14ab..366ee091b9bab83bd7d672758b6f72c818be733c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.65'
+VERSION = '0.66pre'
 
 def options(opt):
     opt.load('compiler_cxx')