Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2013 08:16:00 +0000 (09:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2013 08:16:00 +0000 (09:16 +0100)
wscript

diff --git a/wscript b/wscript
index 1c3e485d57c9fb4375d3413d43cacc075d1b6246..aa5cd65dd01fb70a4d3fb7c3aa56532727f7305b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.82'
+VERSION = '0.83pre'
 
 def options(opt):
     opt.load('compiler_cxx')