summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-10 22:20:39 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-10 22:20:39 +0000
commite9d0d7bf9871b7e7fa8d154535cf0bbc7e7bd466 (patch)
tree8d0a7a5c83eaa8cc5899b72151ab68ef0e5a8914 /wscript
parent6a77e41813c542f6f6a6c528941d4b2bdc7eb3ca (diff)
Try to allow users to specify that the film's header should be trusted wrt length when building thumbnails, thus speeding up examine-content by a factor of 2-ish.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b0ca5d49d..290bf9b52 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.59beta5'
+VERSION = '0.60pre'
def options(opt):
opt.load('compiler_cxx')