Bump version.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 15:42:30 +0000 (16:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 15:42:30 +0000 (16:42 +0100)
wscript

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