Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Oct 2012 21:03:09 +0000 (22:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Oct 2012 21:03:09 +0000 (22:03 +0100)
wscript

diff --git a/wscript b/wscript
index d2bf7c424b52b72a0be8ac591536b05d55ba4748..8e36f8aa6deec8edaa1f20d03f20c39b66e8f60a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.55'
+VERSION = '0.56pre'
 
 def options(opt):
     opt.load('compiler_cxx')