Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Jul 2014 21:38:54 +0000 (22:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Jul 2014 21:38:54 +0000 (22:38 +0100)
wscript

diff --git a/wscript b/wscript
index 3839f22725c658aca288210f1c1274fb751f8159..f19662ecd95d6dd3021b7247c555524e666317b0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.96.0'
+VERSION = '0.96.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')