Skip to content

Commit

Permalink
Version 4.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 19, 2024
1 parent 2d34e55 commit c0fb9b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ SetPackageInfo( rec(
PackageName := "Wedderga",
Subtitle := Concatenation( [
"Wedderburn Decomposition of Group Algebras" ] ),
Version := "4.10.4",
Date := "18/05/2023", # dd/mm/yyyy format
Version := "4.10.5",
Date := "19/02/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "4.10.4">
## <!ENTITY RELEASEDATE "18 May 2023">
## <!ENTITY RELEASEYEAR "2023">
## <!ENTITY VERSION "4.10.5">
## <!ENTITY RELEASEDATE "19 Feburary 2024">
## <!ENTITY RELEASEYEAR "2024">
## <#/GAPDoc>

SourceRepository := rec(
Expand Down
6 changes: 3 additions & 3 deletions doc/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ If the package is installed correctly, it should be loaded as follows:
<![CDATA[
gap> LoadPackage("wedderga");
-----------------------------------------------------------------------------
Loading Wedderga 4.10.2 (Wedderga)
Loading Wedderga 4.10.5 (Wedderga)
by Gurmeet Kaur Bakshi ([email protected]),
Osnel Broche Cristo ([email protected]),
Allen Herman ([email protected]),
Olexandr Konovalov (https://alex-konovalov.github.io/),
Sugandha Maheshwary (sugandha@iisermohali.ac.in),
Olexandr Konovalov (https://olexandr-konovalov.github.io/),
Sugandha Maheshwary ([email protected].ac.in),
Gabriela Olteanu (http://math.ubbcluj.ro/~olteanu),
Aurora Olivieri ([email protected]),
Angel del Rio (http://www.um.es/adelrio), and
Expand Down

0 comments on commit c0fb9b9

Please sign in to comment.