Skip to content

Commit

Permalink
Merge pull request #622 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
bumped versions
  • Loading branch information
mohamed-barakat authored Dec 22, 2024
2 parents 774f5aa + e27c804 commit 7caec86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GradedModules/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(

PackageName := "GradedModules",
Subtitle := "A homalg based package for the Abelian category of finitely presented graded modules over computable graded rings",
Version := "2024.01-01",
Version := "2024.12-01",
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
2 changes: 1 addition & 1 deletion Modules/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(

PackageName := "Modules",
Subtitle := "A homalg based package for the Abelian category of finitely presented modules over computable rings",
Version := "2024.01-01",
Version := "2024.12-01",
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

0 comments on commit 7caec86

Please sign in to comment.