From 82529262c0a097f195a2fe64cc97be4f8c4b2dd6 Mon Sep 17 00:00:00 2001 From: Fabian Zickgraf Date: Wed, 9 Oct 2024 11:36:32 +0200 Subject: [PATCH] Bump versions --- CAP/PackageInfo.g | 2 +- CompilerForCAP/PackageInfo.g | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CAP/PackageInfo.g b/CAP/PackageInfo.g index a66702904e..fa59fce4cf 100644 --- a/CAP/PackageInfo.g +++ b/CAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CAP", Subtitle := "Categories, Algorithms, Programming", -Version := "2024.10-03", +Version := "2024.10-04", Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ), License := "GPL-2.0-or-later", diff --git a/CompilerForCAP/PackageInfo.g b/CompilerForCAP/PackageInfo.g index 40aa048cac..be0ee0eb92 100644 --- a/CompilerForCAP/PackageInfo.g +++ b/CompilerForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CompilerForCAP", Subtitle := "Speed up and verify categorical algorithms", -Version := "2024.10-03", +Version := "2024.10-04", Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ), License := "GPL-2.0-or-later",