Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Dec 7, 2017
1 parent 2fd34ef commit 46da26e
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 @@ -121,7 +121,7 @@ function __init__()
(Ptr{Void},), cfunction(flint_abort, Void, ()))

println("")
println("Welcome to Nemo version 0.6.3")
println("Welcome to Nemo version 0.7.0")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -142,7 +142,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.6.3 \n")
print("Nemo version 0.7.0 \n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

0 comments on commit 46da26e

Please sign in to comment.