Bump version v0.94.0
authorCarl Hetherington <cth@carlh.net>
Sun, 25 May 2014 20:26:28 +0000 (21:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 25 May 2014 20:26:28 +0000 (21:26 +0100)
wscript

diff --git a/wscript b/wscript
index 3f7da8776d992691f3f6e94918427ceaf6d4fc6d..4a37f4fc191d58d1da309efcac29a0e2c50a4bfa 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.93pre'
+VERSION = '0.94.0'
 
 def options(opt):
     opt.load('compiler_cxx')