Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 15:21:22 +0000 (16:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 15:21:22 +0000 (16:21 +0100)
wscript

diff --git a/wscript b/wscript
index 2426789e33371620d127ecc77ec5898dea38c5e2..9e1d53e0f322ef206c71e4603013d9836e432a60 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.70'
+VERSION = '0.71pre'
 
 def options(opt):
     opt.load('compiler_cxx')