summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-19 12:22:06 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-19 12:22:06 +0100
commitf23caf45ba7d882128cb49cf3ae5c9fc4b7086d4 (patch)
treef5a77c4773034edb015c537f00d2dc88b9b81236 /wscript
parenta976a7222842b5506ab7451297675e5e1777b744 (diff)
parent0b35b9b4e7a0fc50641f0379e2d62fe6ad8cd1fc (diff)
Merge master.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 43df5d50a..fd838dd1e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.91pre'
+VERSION = '0.92pre'
def options(opt):
opt.load('compiler_cxx')