Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jan 16, 2018
1 parent 9ff94b4 commit ab93111
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 @@ -114,7 +114,7 @@ function __init__()
(Ptr{Void},), cfunction(flint_abort, Void, ()))

println("")
println("Welcome to Nemo version 0.7.4")
println("Welcome to Nemo version 0.7.5")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -135,7 +135,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.7.4 \n")
print("Nemo version 0.7.5 \n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

0 comments on commit ab93111

Please sign in to comment.