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

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