File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 # Normalize by removing `.postN` if present
2525 normalized_dafny_runtime_python_version=$(echo "$dafny_runtime_python_version" | sed 's/\.post[0-9]*$//')
2626
27- # Extract the version from project.properties
28- dafny_version=$(grep -oP 'dafnyVersion =\K[^\s]+' project.properties)
27+ # Extract the Dafny Runtime Python Version from project.properties
28+ dafny_version=$(grep -oP 'dafnyRuntimePythonVersion =\K[^\s]+' project.properties)
2929
3030 # Check if the versions match
3131 if [ "$normalized_dafny_runtime_python_version" != "$dafny_version" ]; then
Original file line number Diff line number Diff line change 77# And the Dotnet projects include and parse this file.
88dafnyVersion =4.9.0
99dafnyVerifyVersion =4.9.1
10+ dafnyRuntimePythonVersion =4.11.0
1011dafnyRustVersion =nightly-2025-01-30-7db1e5f
1112mplVersion =1.11.1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments