Skip to content

Commit 924f87d

Browse files
Update error message in makedoc.g
1 parent 6692498 commit 924f87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makedoc.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This file is a script which compiles the package manual.
66
#
77
if fail = LoadPackage("AutoDoc", "2022.10.20") then
8-
Error("AutoDoc version 2018.02.14 or newer is required.");
8+
Error("AutoDoc version 2022.10.20 or newer is required.");
99
fi;
1010

1111
AutoDoc(rec(scaffold := true, autodoc := true));
12-
QUIT;
12+
QUIT;

0 commit comments

Comments
 (0)