We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4576f8 commit 8cd5af4Copy full SHA for 8cd5af4
pdf/make.jl
@@ -125,8 +125,8 @@ function collect_versions()
125
# the version regex is not as general as Base.VERSION_REGEX -- we only build "pure"
126
# versions and exclude tags that are pre-releases or have build information.
127
v = VersionNumber(tag)
128
- # pdf doc only possible for 1.0.3 and above
129
- v >= v"1.0.4" && push!(versions, v)
+ # pdf doc only possible for 1.1.0 and above
+ v >= v"1.1.0" && push!(versions, v)
130
end
131
132
return versions
0 commit comments