Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 20 May 2013 12:32:29 +0000 (13:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 May 2013 12:32:29 +0000 (13:32 +0100)
wscript

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