Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Aug 2013 00:15:54 +0000 (01:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Aug 2013 00:15:54 +0000 (01:15 +0100)
wscript

diff --git a/wscript b/wscript
index 7fd17ad7d03c013b4ff9acac6105f80ebfc97dbc..6039fc7b7536362fdb0e79dfbc8767e24e52e5eb 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.71'
+VERSION = '0.72pre'
 
 def options(opt):
     opt.load('compiler_cxx')