forked from gap-packages/xmodalg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ SetPackageInfo( rec( | |
|
||
PackageName := "XModAlg", | ||
Subtitle := "Crossed Modules and Cat1-Algebras", | ||
Version := "1.26", | ||
Date := "09/07/2024", # dd/mm/yyyy format | ||
Version := "1.27", | ||
Date := "26/10/2024", # dd/mm/yyyy format | ||
License := "GPL-2.0-or-later", | ||
|
||
Persons := [ | ||
|
@@ -92,7 +92,7 @@ AvailabilityTest := ReturnTrue, | |
|
||
BannerString := Concatenation( | ||
"-----------------------------------------------------------------------------\n", | ||
"Loading XModAlg ", String( ~.Version ), " (", String( ~.Date ), ") for GAP 4.11 \n", | ||
"Loading XModAlg ", String( ~.Version ), " (", String( ~.Date ), ") for GAP 4.13 \n", | ||
"Methods for crossed modules of commutative algebras and cat1-algebras\n", | ||
"by Zekeriya Arvasi ([email protected]) and Alper Odabas ([email protected]).\n", | ||
"-----------------------------------------------------------------------------\n" | ||
|