Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2013 13:29:24 +0000 (14:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2013 13:29:24 +0000 (14:29 +0100)
wscript

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