Skip to content

Commit

Permalink
Bump some versions to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Jun 26, 2024
1 parent 45478e1 commit 769d157
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file_format_version = "1.0"
dafny_version = "4.6.0.0"
dafny_version = "4.7.0.0"
[options_by_module.Foo]
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ CLI: Error: malformed dtr file NoGood.dtr
Translation was aborted because errors were found

Dafny program verifier finished with 0 verified, 0 errors
CLI: Error: cannot load WrongDafnyVersion.dtr: it was built with Dafny 10.6.0.0, which cannot be used by Dafny 4.6.0.0
CLI: Error: cannot load WrongDafnyVersion.dtr: it was built with Dafny 10.6.0.0, which cannot be used by Dafny 4.7.0.0
Translation was aborted because errors were found
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file_format_version = "1.0"
dafny_version = "4.6.0.0"
dafny_version = "4.7.0.0"
[options_by_module.DafnyModule1]
go-module-name = "GoModule1"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file_format_version = "1.0"
dafny_version = "4.6.0.0"
dafny_version = "4.7.0.0"
[options_by_module.DafnyModule1]
python-module-name = "PythonModule1"
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file_format_version = "1.0"
dafny_version = "4.6.0.0"
dafny_version = "4.7.0.0"
[options_by_module."Some.Nested.Module"]
python-module-name = "SomeNestedModule"

0 comments on commit 769d157

Please sign in to comment.