Skip to content

Commit df1e9f4

Browse files
committed
Version 2025.10.16
1 parent 85ec3f3 commit df1e9f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file describes changes in the AutoDoc package.
22

3-
2025.MM.DD
3+
2025.10.16
44
- Make handling `Date` in `PackageInfo.g` more strict (previously some
55
malformed variants were accepted to deal with very old packages, but by
66
now all packages are compliant)

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "AutoDoc",
1212
Subtitle := "Generate documentation from GAP source code",
13-
Version := "2025.05.09",
13+
Version := "2025.10.16",
1414

1515
Date := ~.Version{[ 1 .. 10 ]},
1616
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),

0 commit comments

Comments
 (0)