Skip to content

Commit

Permalink
Call this 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Sep 25, 2018
1 parent 5bf6849 commit b135444
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 @@ -233,7 +233,7 @@ function __init__()
(Ptr{Nothing},), @cfunction(flint_abort, Nothing, ()))

println("")
println("Welcome to Nemo version 0.10.1-dev")
println("Welcome to Nemo version 0.10.1")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -254,7 +254,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.10.1-dev\n")
print("Nemo version 0.10.1\n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

0 comments on commit b135444

Please sign in to comment.