Skip to content

Commit

Permalink
Bump Nemo version
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Aug 10, 2018
1 parent 526c70b commit 9f27076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.6
julia 0.6 0.7
AbstractAlgebra 0.0.6
4 changes: 2 additions & 2 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function __init__()
(Ptr{Void},), cfunction(flint_abort, Void, ()))

println("")
println("Welcome to Nemo version 0.8.5")
println("Welcome to Nemo version 0.8.6")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -249,7 +249,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.8.5\n")
print("Nemo version 0.8.6\n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

0 comments on commit 9f27076

Please sign in to comment.