summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-19 17:23:06 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-19 17:23:06 +0100
commita3e23147600de8ce58a1ebfd5f5afba208e1cd7a (patch)
tree48b650c0729178024b343e37e26c4a32ef27c37a
parent5e93ba4628d64bb75cd9311e437afe25af5aecab (diff)
Bump versionv0.73
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 34d4411d..19ffd0c3 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.73pre'
+VERSION = '0.73'
def options(opt):
opt.load('compiler_cxx')