Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Sep 2012 12:44:01 +0000 (13:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Sep 2012 12:44:01 +0000 (13:44 +0100)
wscript

diff --git a/wscript b/wscript
index 2257e34ae20323548beb4a7fffd63e4d0bf8763b..53488c666496645cf1fbd14590b18dadb5cfb8d9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.49'
+VERSION = '0.50pre'
 
 def options(opt):
     opt.load('compiler_cxx')