Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Dec 2012 01:01:35 +0000 (01:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Dec 2012 01:01:35 +0000 (01:01 +0000)
wscript

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