Skip to content

Commit cd8c5ad

Browse files
Merge pull request #620 from mohamed-barakat/devel
2 parents dd70d98 + 81848ea commit cd8c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gauss/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111

1212
PackageName := "Gauss",
1313
Subtitle := "Extended Gauss functionality for GAP",
14-
Version := "2023.08-01",
14+
Version := "2024.11-01",
1515
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)( ),
1616
License := "GPL-2.0-or-later",
1717

0 commit comments

Comments
 (0)