summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-05 14:29:24 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-05 14:29:24 +0100
commitd9c368220200c323a267e03a87be70f7db8f4274 (patch)
treed074737d3218ecb9f1306f70c8ea4d29d24b779a /wscript
parent82f54c54dd7a2baf3bfa247b0305b00e892a09f5 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b4cafd1fb..a9829c55d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.95pre'
+VERSION = '0.95'
def options(opt):
opt.load('compiler_cxx')