summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-13 21:55:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-13 21:55:35 +0100
commitee58877757bdcd25557739ee88d7986d0a8b7e7e (patch)
tree9ff6282a54080e7203c51553f608974a1f352a38 /wscript
parent4e20374d794c790c9633141849882da1458307cf (diff)
parent5e74d82782ebe6b10cb465ad456064cb88419a0d (diff)
Merge branch 'master' of ssh://houllier/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 542c9b640..5bf0f1cde 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.99pre'
+VERSION = '0.100pre'
def options(opt):
opt.load('compiler_cxx')