Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Aug 2012 11:04:39 +0000 (12:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Aug 2012 11:04:39 +0000 (12:04 +0100)
wscript

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