From 74534b3dcb818de0a8c0990d111b01c0810437bd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 1 Aug 2017 12:43:04 +0100 Subject: [PATCH] Version 2.5.7 --- CHANGES | 5 +++++ PackageInfo.g | 4 ++-- VERSION | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 76f5941..7a1b4a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ This file describes changes in the cvec package. +2.5.7 (2017-08-01) + - Remove CompatibleMatrix method (this *undocumented* API will be + removed in GAP 4.9) + - Fix several broken references in the manual + 2.5.6 (2016-11-08) - Fix a bug reported by Jan De Beule which resulted in cvec incorrectly converting certain GAP matrices to cvec matrices. diff --git a/PackageInfo.g b/PackageInfo.g index 139eea0..b2f4908 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "cvec", Subtitle := "Compact vectors over finite fields", -Version := "2.5.6", -Date := "08/11/2016", # dd/mm/yyyy format +Version := "2.5.7", +Date := "01/08/2017", # dd/mm/yyyy format ## Information about authors and maintainers. Persons := [ diff --git a/VERSION b/VERSION index 1b03fe6..6de6d05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.6 \ No newline at end of file +2.5.7 \ No newline at end of file