summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-25 13:22:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-25 13:22:32 +0100
commitb3e7a9625f860e7d83c4077b24fe811eb9941456 (patch)
treef2f12cfb9e98c99bcc5b3a6a5a852223dae7ed20 /wscript
parentf976e8ac94dfc6130797c5d98a0399321dce43e7 (diff)
parentbbf265955518069c5c841be5fe02a95b60e9197b (diff)
Merge branch 'master' into interop
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2ee959a3..4f7291db 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.74pre'
+VERSION = '0.75pre'
def options(opt):
opt.load('compiler_cxx')