summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-04 21:15:34 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-04 21:15:34 +0100
commita94ed2bd9621fe2cd604b0e3d3a7ad2e4dde937a (patch)
treef711fb1faa68b76cd79b77b240948fde6969afd4 /wscript
parent110dd3c2d76f49e4279cf198c3f788137b564a72 (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 331ebce8e..9e143074c 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.89pre'
+VERSION = '0.89beta1'
def options(opt):
opt.load('compiler_cxx')