Skip to content

Commit 36684ba

Browse files
updated startup message
1 parent c589d4f commit 36684ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HomalgProject.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ function __init__()
192192
end
193193

194194
if show_banner
195-
print("Version")
196-
printstyled(" $VERSION_NUMBER\n", color = :green)
197-
println("Using the OSCAR components GAP, Nemo, and Singular")
195+
print("HomalgProject v")
196+
printstyled("$VERSION_NUMBER\n", color = :green)
197+
println("Imported OSCAR's components GAP, Nemo, and Singular")
198198
println("Type: ?HomalgProject for more information")
199199
end
200200

0 commit comments

Comments
 (0)