Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 23:23:08 +0000 (00:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 23:23:08 +0000 (00:23 +0100)
wscript

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