Skip to content

Commit f3f3a8a

Browse files
committed
Bump checked file version
1 parent fd280d8 commit f3f3a8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fstar/FStarC.CheckedFiles.fst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let dbg = Debug.get_toggle "CheckedFiles"
3434
* detect when loading the cache that the version number is same
3535
* It needs to be kept in sync with Prims.fst
3636
*)
37-
let cache_version_number = 74
37+
let cache_version_number = 75
3838

3939
(*
4040
* Abbreviation for what we store in the checked files (stages as described below)

ulib/Prims.fst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,4 @@ val string_of_int: int -> Tot string
731731
(** THIS IS MEANT TO BE KEPT IN SYNC WITH FStar.CheckedFiles.fs
732732
Incrementing this forces all .checked files to be invalidated *)
733733
irreducible
734-
let __cache_version_number__ = 74
734+
let __cache_version_number__ = 75

0 commit comments

Comments
 (0)