Bump version.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Aug 2012 12:54:33 +0000 (13:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Aug 2012 12:54:33 +0000 (13:54 +0100)
wscript

diff --git a/wscript b/wscript
index c9f46b16fa5e7c39ad510248322f78d6d1d4993e..4308252eba9ddc3e1d65bdbb06b1efc1a2466015 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.08'
+VERSION = '0.09pre'
 
 def options(opt):
     opt.load('compiler_cxx')