Skip to content

Commit

Permalink
Version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gpfeiffer committed Oct 23, 2019
1 parent e4122b8 commit 2471e84
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#############################################################################
##
##
## PackageInfo.g for the GAP 4 package TomLib Liam Naughton
##
##
SetPackageInfo( rec(
PackageName :=
"TomLib",
Subtitle :=
"The GAP Library of Tables of Marks",
Version :=
"1.2.8",
Date := "01/05/2019", # dd/mm/yyyy format
"1.2.9",
Date := "23/10/2019", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
SourceRepository := rec(
Type := "git",
Expand Down Expand Up @@ -96,7 +96,7 @@ Dependencies := rec(
NeededOtherPackages :=
[ ["atlasrep", ">= 1.5"] ],
SuggestedOtherPackages :=
[ ["ctbllib", ">= 1.1"] ],
[ ["ctbllib", ">= 1.1"] ],
ExternalConditions :=
[]
),
Expand Down Expand Up @@ -126,6 +126,5 @@ AutoDoc := rec(
) );

#############################################################################
##
##
#E

0 comments on commit 2471e84

Please sign in to comment.