Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Jun 2013 15:53:09 +0000 (16:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Jun 2013 15:53:09 +0000 (16:53 +0100)
wscript

diff --git a/wscript b/wscript
index a68939bd85d6c69545477fa5a37e9b6c878d7752..6f421cf64a2b32ac46cb675ecfb136755ef4cff7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.54'
+VERSION = '0.55pre'
 
 def options(opt):
     opt.load('compiler_cxx')