summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-17 13:44:01 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-17 13:44:01 +0100
commit4510c2c8a5f0b2f7f94fd1415ffb57195e301586 (patch)
tree980e75a3a80e87c106b1a22235be098bcc9348d4 /wscript
parente07af44c7cb172e6e405b08f558cd0ac350e9662 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2257e34ae..53488c666 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.49'
+VERSION = '0.50pre'
def options(opt):
opt.load('compiler_cxx')