Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 19 May 2013 11:35:52 +0000 (12:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 May 2013 11:35:52 +0000 (12:35 +0100)
wscript

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