summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-22 14:44:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-22 14:44:50 +0100
commitff4929609f03a78d7114356ee026b0e81077f65b (patch)
treec2aaa33dbe3787f17a05fb3b627030fd5098b7be /wscript
parente9d7e9950ebbd84de1bb68ff91cbbb1615eeb5d6 (diff)
parente8d8a27c7f6861b031b3250b0ad50d04c41a7721 (diff)
Merge branch 'master' into debian-dbg
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 185763087..a9a057367 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.84beta5'
+VERSION = '0.85pre'
def options(opt):
opt.load('compiler_cxx')