From 6466868d858c4a9a80e444463009fae869eeb950 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 16 Jul 2017 21:00:11 +0200 Subject: Adding a V8.7 compatibility version number. --- lib/flags.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/flags.mli') diff --git a/lib/flags.mli b/lib/flags.mli index e63f1ec26..eb4c37a54 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -77,7 +77,7 @@ val raw_print : bool ref (* Univ print flag, never set anywere. Maybe should belong to Univ? *) val univ_print : bool ref -type compat_version = VOld | V8_5 | V8_6 | Current +type compat_version = VOld | V8_5 | V8_6 | V8_7 | Current val compat_version : compat_version ref val version_compare : compat_version -> compat_version -> int val version_strictly_greater : compat_version -> bool -- cgit v1.2.3