Bump version v0.72
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Aug 2013 20:54:45 +0000 (21:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Aug 2013 20:54:45 +0000 (21:54 +0100)
wscript

diff --git a/wscript b/wscript
index 6039fc7b7536362fdb0e79dfbc8767e24e52e5eb..06b781f0f7b652b6090993c7e69dafe6404ecf1d 100644 (file)
--- 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')