Skip to content

Commit

Permalink
Unset is_a_released_version after 8.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jun 10, 2024
1 parent d739f8d commit 9dbad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/configure/configure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let (/) = Filename.concat

let coq_version = "8.19.2"
let vo_magic = 81999
let is_a_released_version = true
let is_a_released_version = false

(** Default OCaml binaries *)

Expand Down

0 comments on commit 9dbad65

Please sign in to comment.