Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 19 Aug 2013 16:23:06 +0000 (17:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 19 Aug 2013 16:23:06 +0000 (17:23 +0100)
wscript

diff --git a/wscript b/wscript
index 19ffd0c3c067fcde87d16055c0a29f3abbc22f4c..2ee959a32b0828a78baf321299e9dfeca7249739 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.73'
+VERSION = '0.74pre'
 
 def options(opt):
     opt.load('compiler_cxx')