Skip to content

Commit

Permalink
Merge 888602e into a351c01
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker committed Apr 28, 2020
2 parents a351c01 + 888602e commit eb86625
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Singular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ function __init__()
!any(x->x.name in ["Oscar"], keys(Base.package_locks))

singular_version_nr=Singular.libSingular.version()
ver = digits(singular_version_nr, base = 10)
svn = VersionNumber("$(ver[1]).$(ver[2]).$(ver[3])-$(ver[4])")
if show_banner
println("""Singular.jl, based on
SINGULAR /
A Computer Algebra System for Polynomial Computations /
0< $singular_version_nr
A Computer Algebra System for Polynomial Computations / Singular.jl: $VERSION_NUMBER
0< Singular : $svn
by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \\
FB Mathematik der Universitaet, D-67653 Kaiserslautern \\
""")
Expand Down

0 comments on commit eb86625

Please sign in to comment.