Skip to content

Commit

Permalink
Fixed date format (needs 10 characters)
Browse files Browse the repository at this point in the history
  • Loading branch information
osj1961 committed Feb 1, 2025
1 parent a24dd0b commit 80f61a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SetPackageInfo( rec(
PackageName := "GUAVA",
Subtitle := "a GAP package for computing with error-correcting codes",
Version := "3.20",
Date := "1/02/2025", # dd/mm/yyyy format
Date := "01/02/2025", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

SourceRepository := rec(
Expand Down

0 comments on commit 80f61a1

Please sign in to comment.