Skip to content

Commit 70c9214

Browse files
Merge pull request #56 from mohamed-barakat/devel
applied PackageJanitor
2 parents 633c4b8 + 46d1b3a commit 70c9214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "FinGSetsForCAP",
1212
Subtitle := "The (skeletal) elementary topos of finite G-sets",
13-
Version := "2026.01-02",
13+
Version := "2026.01-03",
1414

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",

gap/Reconstruction.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-or-later
2-
# FinGSetsForCAP: The (skeletal) elementary topos of finite right G-sets
2+
# FinGSetsForCAP: The (skeletal) elementary topos of finite G-sets
33
#
44
# Declarations
55
#

0 commit comments

Comments
 (0)