Skip to content

Commit

Permalink
Merge 23952a0 into a87e132
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored May 17, 2021
2 parents a87e132 + 23952a0 commit afdc702
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 193 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PackageDoc := rec(
),

Dependencies := rec(
GAP := ">=4.8",
GAP := ">=4.9",
NeededOtherPackages := [],
SuggestedOtherPackages := [],
ExternalConditions := []),
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ examples are included.

If typing "LoadPackage("forms");" results in the error message "fail", then
probably the dependencies are not satisfied. Forms has only two dependencies, it
requires GAP version at least 4.4 and it requires the package "GAPDoc" version
requires GAP version at least 4.9 and it requires the package "GAPDoc" version
at least 0.99.

You can get the latest version of GAPDoc at the website
Expand Down
Loading

0 comments on commit afdc702

Please sign in to comment.