Skip to content

Commit

Permalink
Merge pull request #189 from zickgraf/master
Browse files Browse the repository at this point in the history
Adjust to CAP 2024.09-08
  • Loading branch information
kamalsaleh committed Sep 12, 2024
2 parents 9cbabe1 + 362fe99 commit 6293fec
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion TriangulatedCategories/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "TriangulatedCategories",
Subtitle := "Framework for triangulated categories",
Version := "2024.09-01",
Version := "2024.09-02",
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",

Expand Down
Loading

0 comments on commit 6293fec

Please # to comment.