Skip to content

Commit

Permalink
Version 2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 4, 2022
1 parent 9fbf093 commit fe60101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
This file describes changes in the GAP package 'nq'.
===========================================================================

X.Y.Z (YYYY-MM-DD)
2.5.8 (2022-04-04)
- Restore `--with-gmp` configure option
- Restore `make test`
- Various janitorial changes

2.5.7 (2022-03-16)
- Don't abort certain computations just because an "unknown"
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SetPackageInfo( rec(

PackageName := "nq",
Subtitle := "Nilpotent Quotients of Finitely Presented Groups",
Version := "2.5.7",
Date := "16/03/2022", # dd/mm/yyyy format
Version := "2.5.8",
Date := "04/04/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.7
2.5.8

0 comments on commit fe60101

Please sign in to comment.