Bump version
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 52e77ed32d6c6fc2ea2efcf752ea56561b42e94d..efcf4ff74c9f38f5220a626645bf89b2f0b12557 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.99.0'
+VERSION = '0.99.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')