Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Jun 2013 20:29:35 +0000 (21:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Jun 2013 20:29:35 +0000 (21:29 +0100)
wscript

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