Bump version.
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Jul 2012 23:07:04 +0000 (00:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Jul 2012 23:07:04 +0000 (00:07 +0100)
wscript

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