Fix version numbers for patches

pull/86/head
Matti Pastell 2017-03-15 17:15:41 +02:00
parent 0131bae775
commit ebcee727aa
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function Base.display(report::Report, data)
for m in report.mimetypes
if mimewritable(m, data)
try
if VERSION >= v"0.6-alpha"
if VERSION >= v"0.6.0-dev.1671"
new_dp(x, y, z) = eval(
Expr(:call, (x, y, z) -> display(x, y, z), x, y, z))
new_dp(report, m, data)

View File

@ -132,7 +132,7 @@ function format_chunk(chunk::DocChunk, formatdict, docformat::JMarkdown2HTML)
return string(Documenter.Writers.HTMLWriter.mdconvert(m))
end
if VERSION < v"v0.6-alpha"
if VERSION < v"0.6.0-dev.1965"
#Fixes to Base latex writer, included in JuliaLang/julia#19842 and JuliaLang/julia#19832.
function Base.Markdown.latex(io::IO, md::Base.Markdown.Paragraph)
println(io)