Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 27 Aug 2013 14:46:01 +0000 (15:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 27 Aug 2013 14:46:01 +0000 (15:46 +0100)
wscript

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