mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs_version_pragma_check.sh: Remove the special case for versions ending in .99
This commit is contained in:
parent
a39c8e3750
commit
c63fd0a1af
@ -121,14 +121,9 @@ function findMinimalVersion()
|
||||
|
||||
if [[ "$version" == "" ]]
|
||||
then
|
||||
if [[ "$greater" = true && "$pragmaVersion" =~ 99 ]]
|
||||
then
|
||||
printError "Skipping version check for pragma: $pragmaVersion"
|
||||
else
|
||||
printError "No release $sign$pragmaVersion was listed in available releases!"
|
||||
printError "No release ${sign}${pragmaVersion} was listed in available releases!"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
printTask "Verifying that all examples from the documentation have the correct version range..."
|
||||
|
Loading…
Reference in New Issue
Block a user