Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 15:21:06 +0000 (15:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 15:21:06 +0000 (15:21 +0000)
wscript

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