Skip to content

Commit

Permalink
Version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 22, 2019
1 parent 7f73e46 commit c499f00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file describes changes in the cvec package.

2.7.1 (2019-02-23)
- Fixed an incompatibility with GAP version >= 4.11

2.7.0 (2019-02-19)
- Require GAP version >= 4.9
- Clarify that license is GPL 2 *or later* (as agreed with Max N.)
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "cvec",
Subtitle := "Compact vectors over finite fields",
Version := "2.7.0",
Date := "19/02/2019", # dd/mm/yyyy format
Version := "2.7.1",
Date := "23/02/2019", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit c499f00

Please sign in to comment.