Bump version v0.75
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 4f7291dbbb6175602f6e6147664a6511cfaa6e65..baf529708a9d3048b88df3fb6321644102422c77 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.75pre'
+VERSION = '0.75'
 
 def options(opt):
     opt.load('compiler_cxx')