Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 17 May 2013 15:29:58 +0000 (16:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 May 2013 15:29:58 +0000 (16:29 +0100)
wscript

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