Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Apr 2013 07:13:13 +0000 (08:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Apr 2013 07:13:13 +0000 (08:13 +0100)
wscript

diff --git a/wscript b/wscript
index b59717316f486818dfcf0bf9d66db8c818097f26..2de1cfd71d4503ee7a50e79792477b9c2a38a796 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.86'
+VERSION = '0.87pre'
 
 def options(opt):
     opt.load('compiler_cxx')