Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Aug 2013 10:17:52 +0000 (11:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 21 Aug 2013 10:17:52 +0000 (11:17 +0100)
wscript

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