Skip to content

Commit 80f61a1

Browse files
committed
Fixed date format (needs 10 characters)
1 parent a24dd0b commit 80f61a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SetPackageInfo( rec(
99
PackageName := "GUAVA",
1010
Subtitle := "a GAP package for computing with error-correcting codes",
1111
Version := "3.20",
12-
Date := "1/02/2025", # dd/mm/yyyy format
12+
Date := "01/02/2025", # dd/mm/yyyy format
1313
License := "GPL-2.0-or-later",
1414

1515
SourceRepository := rec(

0 commit comments

Comments
 (0)