Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Dec 2013 22:40:05 +0000 (22:40 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Dec 2013 22:40:05 +0000 (22:40 +0000)
wscript

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