Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 20:23:01 +0000 (21:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 20:23:01 +0000 (21:23 +0100)
wscript

diff --git a/wscript b/wscript
index 9c6088f5cd521bff361ee46130d0ae6936c2dac8..f8a4307f90a3478c8551c9f98ff87530a432b388 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.59'
+VERSION = '0.60pre'
 
 def options(opt):
     opt.load('compiler_cxx')