Skip to content

Commit

Permalink
change z3 version to 4.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Dec 25, 2024
1 parent 3823e3d commit d53abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krmllib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ obj:
mkdir $@

%.checked: | obj
$(FSTAR) $(OTHERFLAGS) $< && \
$(FSTAR) --z3version 4.13.3 $(OTHERFLAGS) $< && \
touch $@

verify-all: $(ALL_CHECKED_FILES)
Expand Down

0 comments on commit d53abab

Please sign in to comment.