Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 30 Aug 2013 22:04:45 +0000 (23:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 30 Aug 2013 22:04:45 +0000 (23:04 +0100)
wscript

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