Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 13:07:22 +0000 (13:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 13:07:22 +0000 (13:07 +0000)
wscript

diff --git a/wscript b/wscript
index 8010841263a3cadcf0356584317e70ba017859c9..9a6d574d309928b0dc10a2d5d30f019ecc15c78d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.89'
+VERSION = '0.90pre'
 
 def options(opt):
     opt.load('compiler_cxx')