Skip to content

Commit 2feb5fa

Browse files
mahrudd-torrance
authored andcommitted
added release date on package documentation page
1 parent b4857bb commit 2feb5fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

M2/Macaulay2/m2/help.m2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ documentationValue(Symbol, Package) := (S, pkg) -> if pkg =!= Core then
271271
DIV {
272272
SUBSECTION "Version",
273273
PARA { "This documentation describes version ", BOLD pkg.Options.Version, " of ",
274-
if pkg#"pkgname" === "Macaulay2Doc" then "Macaulay2" else pkg#"pkgname", "." }},
274+
if pkg#"pkgname" === "Macaulay2Doc" then "Macaulay2" else pkg#"pkgname",
275+
if pkg.Options.Date =!= null then { ", released ", BOLD pkg.Options.Date }, "." }},
275276
if #au > 0 then
276277
if instance(ci, DIV) then ci else DIV {
277278
SUBSECTION "Citation",

0 commit comments

Comments
 (0)