summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-08 16:08:22 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-08 16:08:22 +0100
commit2dfef716acf1e22fd8dad288906ac0bbd2b19035 (patch)
tree5e05757c368a2e1f8e544a5895b685e99215bc5d /wscript
parentee5e932cf0afa1ce24ea5eb0f298be8009cd9689 (diff)
parent90dbabe7e6d4a25d003b28a2ed636a1369183b48 (diff)
Merge branch 'master' of /home/carl/git/libdcp
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9e1d53e0..6039fc7b 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.71pre'
+VERSION = '0.72pre'
def options(opt):
opt.load('compiler_cxx')