Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 15:21:29 +0000 (15:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 15:21:29 +0000 (15:21 +0000)
wscript

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