diff options
| author | Maxime Dénès | 2017-07-26 15:13:18 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-26 15:13:18 +0200 |
| commit | 16c32cf04d0c220445f4a0e26c3230937a36f428 (patch) | |
| tree | df60cbc534b4ec0000b59c3f8c62724c3a0d725e /lib/flags.mli | |
| parent | 1cabc2981659f8f55b482b4392bcac9b9d200aa9 (diff) | |
| parent | 6466868d858c4a9a80e444463009fae869eeb950 (diff) | |
Merge PR #882: Adding a V8.7 compatibility version number.
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 e63f1ec26d..eb4c37a548 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 |
