Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Jun 2013 19:54:08 +0000 (20:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Jun 2013 19:54:08 +0000 (20:54 +0100)
wscript

diff --git a/wscript b/wscript
index aa8cc425477384ab12c2ecc86e3412f1438ea3b0..beb0080d46ca83eaea7c41884ab2ab973661dd64 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.98'
+VERSION = '0.99pre'
 
 def options(opt):
     opt.load('compiler_cxx')