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

diff --git a/wscript b/wscript
index 9bf6e3e194ecbd8d2cdb68208212874e969193d7..71a89dfd3260ef8fab56889ee705eb7c6be1e121 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.52'
+VERSION = '0.53pre'
 
 def options(opt):
     opt.load('compiler_cxx')