summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-23 00:08:21 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-23 00:08:21 +0100
commit19df34fb7de3ab9855092f07aa4418e296707d71 (patch)
tree5e3939333f83ab956ebe38340fbf297ae1f81c5d
parent2d481373e159f1fcea7cd3f2cf939fa47f104158 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e885566b9..9a35d5272 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.85'
+VERSION = '0.86pre'
def options(opt):
opt.load('compiler_cxx')