Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Jan 2013 11:36:18 +0000 (11:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Jan 2013 11:36:18 +0000 (11:36 +0000)
wscript

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