There was an error while loading. Please reload this page.
1 parent b17de80 commit e259749Copy full SHA for e259749
1 file changed
CAP/PackageInfo.g
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
10
11
PackageName := "CAP",
12
Subtitle := "Categories, Algorithms, Programming",
13
-Version := "2026.07-04",
+Version := "2026.08-01",
14
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)( ),
15
License := "GPL-2.0-or-later",
16
0 commit comments