Skip to content

Commit

Permalink
Bump checked file version
Browse files Browse the repository at this point in the history
Commit 6296e18 introduced a format
change in the tc environment. Elements of this type can be embedded
in terms, so we need to bump this version.
  • Loading branch information
mtzguido committed Jul 19, 2023
1 parent 59a320f commit cc28170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fstar/FStar.CheckedFiles.fst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Dep = FStar.Parser.Dep
* detect when loading the cache that the version number is same
* It needs to be kept in sync with prims.fst
*)
let cache_version_number = 56
let cache_version_number = 57

(*
* Abbreviation for what we store in the checked files (stages as described below)
Expand Down
2 changes: 1 addition & 1 deletion ulib/prims.fst
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,4 @@ val string_of_int: int -> Tot string
(** THIS IS MEANT TO BE KEPT IN SYNC WITH FStar.CheckedFiles.fs
Incrementing this forces all .checked files to be invalidated *)
irreducible
let __cache_version_number__ = 56
let __cache_version_number__ = 57

0 comments on commit cc28170

Please sign in to comment.