Bump version v0.99.0
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 09:29:06 +0000 (09:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 09:29:06 +0000 (09:29 +0000)
wscript

diff --git a/wscript b/wscript
index 9ce74e063e4bfb3281c1b8484f1ed9da31cc05bb..52e77ed32d6c6fc2ea2efcf752ea56561b42e94d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.98.0devel'
+VERSION = '0.99.0'
 
 def options(opt):
     opt.load('compiler_cxx')