Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 00:18:28 +0000 (01:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Jul 2012 00:18:28 +0000 (01:18 +0100)
wscript

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