diff options
| author | Emilio Jesus Gallego Arias | 2019-11-21 18:49:30 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-11-27 13:53:50 +0100 |
| commit | cec1688022638679300af01c56fc6af908ae0681 (patch) | |
| tree | cfea3dae638de4f9a9774ac6e0bc6b8e8fab9c7d /lib/flags.mli | |
| parent | 90aadb2697884e9ee42f0a1828568ca9dad3f85e (diff) | |
[release] Update files for 8.12 release per release process.
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index 5df07399c5..36a996401d 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -52,7 +52,7 @@ val we_are_parsing : bool ref (* Set Printing All flag. For some reason it is a global flag *) val raw_print : bool ref -type compat_version = V8_9 | V8_10 | Current +type compat_version = V8_9 | V8_10 | V8_11 | Current val compat_version : compat_version ref val version_compare : compat_version -> compat_version -> int val version_strictly_greater : compat_version -> bool |
