Skip to content

Commit

Permalink
Demand the correct version of GAP (i.e. 4.9 or later)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspf committed Aug 20, 2017
1 parent 9dfa2a5 commit 8ff4bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "crypting",
Subtitle := "Hashes and Crypto in GAP",
Version := "0.5",
Version := "0.6",
Date := "20/08/2017", # dd/mm/yyyy format

Persons := [
Expand Down Expand Up @@ -69,7 +69,7 @@ PackageDoc := rec(
),

Dependencies := rec(
GAP := ">= 4.8",
GAP := ">= 4.9",
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ] ],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
Expand Down

0 comments on commit 8ff4bd4

Please sign in to comment.