diff options
| -rw-r--r-- | configure.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml index 5b4ab883df..1bf6bd6112 100644 --- a/configure.ml +++ b/configure.ml @@ -11,8 +11,8 @@ #load "str.cma" open Printf -let coq_version = "8.5pl2" -let coq_macos_version = "8.5.2" (** "[...] should be a string comprised of +let coq_version = "8.5pl3" +let coq_macos_version = "8.5.3" (** "[...] should be a string comprised of three non-negative, period-separated integers [...]" *) let vo_magic = 8500 let state_magic = 58500 |
