Skip to content

Commit 71a63db

Browse files
committed
Bump the magic numbers for the 9.0.0 release.
1 parent 73fff54 commit 71a63db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/configure/configure.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ open CmdArgs.Prefs
2222

2323
let (/) = Filename.concat
2424

25-
let coq_version = "9.0+rc1"
26-
let vo_magic = 82099
27-
let is_a_released_version = false
25+
let coq_version = "9.0.0"
26+
let vo_magic = 90000
27+
let is_a_released_version = true
2828

2929
(** Default OCaml binaries *)
3030

0 commit comments

Comments
 (0)