Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 27 Aug 2013 21:30:19 +0000 (22:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 27 Aug 2013 21:30:19 +0000 (22:30 +0100)
wscript

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