summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-26 23:49:54 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-26 23:49:54 +0100
commit87a709a4ea5dffaadaf35ef94edb4b578eb3b56c (patch)
treef8a5aa8e9a2e16ebe4a38b917fd5bc9654866789 /wscript
parentccc07eebc492d74c351c235584fd708c46b5b656 (diff)
parent86011ad6b4ea0004a51c59b0563cf89c0947546d (diff)
Merge master.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2de1cfd71..9e977157d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.87pre'
+VERSION = '0.88pre'
def options(opt):
opt.load('compiler_cxx')