Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Apr 2013 16:49:54 +0000 (17:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Apr 2013 16:49:54 +0000 (17:49 +0100)
wscript

diff --git a/wscript b/wscript
index 1d85d3fbf6fcb12ad05b034f385a0acda85c35e9..a9a0573670e3ac7b0e95fdac531f11429f01e096 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.84'
+VERSION = '0.85pre'
 
 def options(opt):
     opt.load('compiler_cxx')