summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-05 14:28:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-05 14:28:38 +0100
commit491390fcf0174e4e5c1e88cf872f605d5f79ce12 (patch)
treeea32e38ac3408f28f7e8798e7da5d012927a1a6f /wscript
parent3bc6c5b396bb6972ad2892237fc5d73fe8a9c42e (diff)
parentd4205f2e9c68646dcd57b010e2eb6f6cd98e2117 (diff)
Merge branch 'master' of /home/carl/git/dvdomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a4b155c63..b4cafd1fb 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.94beta2'
+VERSION = '0.95pre'
def options(opt):
opt.load('compiler_cxx')