Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:17:52 +0000 (10:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:17:52 +0000 (10:17 +0100)
wscript

diff --git a/wscript b/wscript
index 071c2e45acd4f60ebeac9c627eb177900ad1e4c5..5946d17d965c22b1254932582b11d8f00a0faa94 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.61'
+VERSION = '0.62pre'
 
 def options(opt):
     opt.load('compiler_cxx')