Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 6 May 2013 01:03:25 +0000 (02:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2013 01:03:25 +0000 (02:03 +0100)
wscript

diff --git a/wscript b/wscript
index bcaca02d3c7ba9d8e86373474927197179d77116..51a2ad04d0b42173614d81dc27f2653907a05d42 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.89'
+VERSION = '0.90pre'
 
 def options(opt):
     opt.load('compiler_cxx')