Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Apr 2013 22:43:35 +0000 (23:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Apr 2013 22:43:35 +0000 (23:43 +0100)
wscript

diff --git a/wscript b/wscript
index 99e570c1e082dafee2e098601c55057a5fa8ff5e..e63c8ed87c502e54c144979b8093b3c24b97c525 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.82'
+VERSION = '0.83pre'
 
 def options(opt):
     opt.load('compiler_cxx')