Skip to content

Commit

Permalink
Call this v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Mar 22, 2019
1 parent fb3efd2 commit 77c5310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function __init__()
(Ptr{Nothing},), @cfunction(flint_abort, Nothing, ()))

println("")
println("Welcome to Nemo version 0.12.3")
println("Welcome to Nemo version 0.13.0")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -270,7 +270,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.12.3\n")
print("Nemo version 0.13.0\n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

0 comments on commit 77c5310

Please sign in to comment.