Skip to content

Commit

Permalink
Update Coq version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Feb 15, 2018
1 parent 9fefa3b commit 2881a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},

"version": {
"name": "8.7.1"
"name": "8.7.2"
},

"files":
Expand Down
4 changes: 2 additions & 2 deletions configure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#load "str.cma"
open Printf

let coq_version = "8.7.1"
let coq_macos_version = "8.7.1" (** "[...] should be a string comprised of
let coq_version = "8.7.2"
let coq_macos_version = "8.7.2" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
let vo_magic = 8700
let state_magic = 58700
Expand Down

0 comments on commit 2881a18

Please sign in to comment.