Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:43:31 +0000 (10:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:43:31 +0000 (10:43 +0100)
wscript

diff --git a/wscript b/wscript
index 587b70c839a32aee38cdef3a37140bf86a416bf3..961b30c1457234bbd1c153afdd962d0f53419a5e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.63'
+VERSION = '0.64pre'
 
 def options(opt):
     opt.load('compiler_cxx')