Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Jan 2014 13:13:11 +0000 (13:13 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Jan 2014 13:13:11 +0000 (13:13 +0000)
wscript

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