Skip to content

Commit

Permalink
Update error message in makedoc.g
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 2, 2024
1 parent 6692498 commit 924f87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This file is a script which compiles the package manual.
#
if fail = LoadPackage("AutoDoc", "2022.10.20") then
Error("AutoDoc version 2018.02.14 or newer is required.");
Error("AutoDoc version 2022.10.20 or newer is required.");
fi;

AutoDoc(rec(scaffold := true, autodoc := true));
QUIT;
QUIT;

0 comments on commit 924f87d

Please sign in to comment.