Skip to content

Commit

Permalink
Merge pull request #618 from mohamed-barakat/AutoDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat authored Nov 23, 2024
2 parents 973523c + dd00cc8 commit b37da9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 4ti2Interface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(

PackageName := "4ti2Interface",
Subtitle := "A link to 4ti2",
Version := "2023.02-04",
Version := "2024.11-01",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down Expand Up @@ -65,7 +65,6 @@ PackageDoc := rec(
Dependencies := rec(
GAP := ">= 4.12.1",
NeededOtherPackages := [ [ "io", ">=4.2" ] ],
SuggestedOtherPackages := [ [ "AutoDoc", ">=2013.08.22" ] ],
ExternalConditions := [ [ "4ti2", "https://4ti2.github.io/" ] ],
),

Expand Down

0 comments on commit b37da9f

Please sign in to comment.