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
commit4e1c4d14d16fdcda369fbec22a521f20ed9d5809 (patch)
treeea968e2064f840bf58da02aa83fcab18007448db
parente56a0a8c8a8c428ccddbd5d39fce9ff024a3ab85 (diff)
Bump versionv0.72
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6039fc7b..06b781f0 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.72pre'
+VERSION = '0.72'
def options(opt):
opt.load('compiler_cxx')