Bump version v0.100.0
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Mar 2015 19:46:21 +0000 (19:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Mar 2015 19:46:21 +0000 (19:46 +0000)
wscript

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