Skip to content

Commit b37da9f

Browse files
Merge pull request #618 from mohamed-barakat/AutoDoc
2 parents 973523c + dd00cc8 commit b37da9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

4ti2Interface/PackageInfo.g

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111

1212
PackageName := "4ti2Interface",
1313
Subtitle := "A link to 4ti2",
14-
Version := "2023.02-04",
14+
Version := "2024.11-01",
1515
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)( ),
1616
License := "GPL-2.0-or-later",
1717

@@ -65,7 +65,6 @@ PackageDoc := rec(
6565
Dependencies := rec(
6666
GAP := ">= 4.12.1",
6767
NeededOtherPackages := [ [ "io", ">=4.2" ] ],
68-
SuggestedOtherPackages := [ [ "AutoDoc", ">=2013.08.22" ] ],
6968
ExternalConditions := [ [ "4ti2", "https://4ti2.github.io/" ] ],
7069
),
7170

0 commit comments

Comments
 (0)