Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Oct 2013 15:28:34 +0000 (16:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Oct 2013 15:28:34 +0000 (16:28 +0100)
wscript

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