From 49a6f5aecb4801250eb2b304df52efceb9c887f5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Jan 2025 02:59:04 +0100 Subject: [PATCH] Version 2.8.3 --- CHANGES | 4 ++++ PackageInfo.g | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ea5243c..a254ed9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ This file describes changes in the cvec package. +2.8.3 (2025-01-03) + - Fix compilation with GCC 15 + - Various janitorial changes + 2.8.2 (2024-08-27) - Require GAP >= 4.12 - Don't attempt to read non-existing files diff --git a/PackageInfo.g b/PackageInfo.g index c26da57..285146f 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "cvec", Subtitle := "Compact vectors over finite fields", -Version := "2.8.2", -Date := "27/08/2024", # dd/mm/yyyy format +Version := "2.8.3", +Date := "03/01/2025", # dd/mm/yyyy format License := "GPL-2.0-or-later", ## Information about authors and maintainers.