Skip to content

Commit

Permalink
Add PackageInfo.g date formatting comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 15, 2024
1 parent aa54be8 commit 6824a6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ SetPackageInfo( rec(
PackageName := "GUAVA",
Subtitle := "a GAP package for computing with error-correcting codes",
Version := "3.19",
Date := "21/03/2024",
Date := "21/03/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

SourceRepository := rec(
Type := "git",
URL := Concatenation(
Expand Down Expand Up @@ -271,5 +272,3 @@ AutoDoc := rec(
),

));


0 comments on commit 6824a6b

Please sign in to comment.