@@ -7,8 +7,8 @@ SetPackageInfo( rec(
77
88PackageName := " utils" ,
99Subtitle := " Utility functions in GAP" ,
10- Version := " 0.84dev " ,
11- Date := " 08 /01/2024" , # dd/mm/yyyy format
10+ Version := " 0.85 " ,
11+ Date := " 23 /01/2024" , # dd/mm/yyyy format
1212License := " GPL-2.0-or-later" ,
1313
1414Persons := [
@@ -146,7 +146,7 @@ TestFile := "tst/testall.g",
146146AutoDoc := rec (
147147 TitlePage := rec (
148148 Copyright := Concatenation(
149- " ©right; 2015-2023 , The GAP Group. <P/>\n " ,
149+ " ©right; 2015-2024 , The GAP Group. <P/>\n " ,
150150 " The &Utils; package is free software; you can redistribute it " ,
151151 " and/or modify it under the terms of the GNU General " ,
152152 " Public License as published by the Free Software Foundation; " ,
@@ -167,7 +167,7 @@ AutoDoc := rec(
167167 " <P/>\n " ,
168168 " Bug reports, suggestions and comments are, of course, welcome.\n " ,
169169 " Please contact the last author at " ,
170- " <Email>c.d.wensley@bangor.ac.uk </Email> " ,
170+ " <Email>cdwensley.maths@btinternet.com </Email> " ,
171171 " or submit an issue at the GitHub repository " ,
172172 " <URL>https://github.com/gap-packages/utils/issues/</URL>.\n "
173173 ),
0 commit comments