summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-16 21:54:45 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-16 21:54:45 +0100
commitfcdd2ab7510c41ab17959d8f75cd35bf25e356d8 (patch)
treeb1d726c5414af1e00a288aad983984cdd797ddfc
parent4e1c4d14d16fdcda369fbec22a521f20ed9d5809 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 06b781f0..34d4411d 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.72'
+VERSION = '0.73pre'
def options(opt):
opt.load('compiler_cxx')