summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-09 23:52:05 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-09 23:52:05 +0000
commit5b01d8d65ddffb6286145267f7c4f4ef2068d381 (patch)
tree45676d2ee85f279cde9fa2c623b395761a95b81e /wscript
parent9b001c240417cd16adfc2762979ed6423c13add5 (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 0b0214e7b..b0ca5d49d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.59beta4'
+VERSION = '0.59beta5'
def options(opt):
opt.load('compiler_cxx')