summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-05 07:48:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-05 07:48:39 +0100
commitd4205f2e9c68646dcd57b010e2eb6f6cd98e2117 (patch)
tree431de4783c9f49331922c9277849237adae61e9d
parent81cdf088c2747a2194cba57aad706bca9c27caa3 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4d056994a..b4cafd1fb 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.94'
+VERSION = '0.95pre'
def options(opt):
opt.load('compiler_cxx')