Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2013 08:14:56 +0000 (09:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2013 08:14:56 +0000 (09:14 +0100)
wscript

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