summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-27 15:46:01 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-27 15:46:01 +0100
commitceaeecdb763d5a386949b3ea4f0cb6bd74633dcb (patch)
tree7c5a13e294c77e7314aeb0287086624f55feaa18
parent596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 (diff)
Bump versionv0.75
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4f7291db..baf52970 100644
--- 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')