We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00f7cd commit df59312Copy full SHA for df59312
configure.ml
@@ -11,8 +11,8 @@
11
#load "str.cma"
12
open Printf
13
14
-let coq_version = "8.5pl2"
15
-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
16
three non-negative, period-separated integers [...]" *)
17
let vo_magic = 8500
18
let state_magic = 58500
0 commit comments