aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/options.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/options.ml b/lib/options.ml
index a47a0bea87..cd0de97a4a 100644
--- a/lib/options.ml
+++ b/lib/options.ml
@@ -24,6 +24,8 @@ let term_quality = ref false
let xml_export = ref false
+let v7 = ref true
+
(* Silent / Verbose *)
let silent = ref false
let make_silent flag = silent := flag; ()