Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Dec 2013 16:22:10 +0000 (16:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Dec 2013 16:22:10 +0000 (16:22 +0000)
wscript

diff --git a/wscript b/wscript
index 9f0dbf27fed9989202ef095ade73d0c9bd6ddd14..b4fc37c4b5f3e2558b746283cc6c82e8a1e75256 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.87'
+VERSION = '0.88pre'
 
 def options(opt):
     opt.load('compiler_cxx')