Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Aug 2014 20:44:30 +0000 (21:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Aug 2014 20:44:30 +0000 (21:44 +0100)
wscript

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