Bump version v0.98.0
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 08:12:35 +0000 (09:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 08:12:35 +0000 (09:12 +0100)
wscript

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