Skip to content

Commit

Permalink
Version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 12, 2020
1 parent 8683c3a commit c0e9892
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ In this file we record the changes since the 3.xxx versions of the ACE
package. Also look at gap/CHANGES for a history of the pre-3.xxx
development.

## Version 5.3 (2020-MM-DD)
## Version 5.3 (2020-02-12)
* Increase default workspace from 10^6 to 10^8 words
* Fix compatibility with Cygwin
* Drop build date from binary
* Allow overriding CC and use CFLAGS and LDFLAGS
* Various janitorial changes
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SetPackageInfo( rec(

PackageName := "ACE",
Subtitle := "Advanced Coset Enumerator",
Version := "5.2dev",
Date := "11/03/2016", # dd/mm/yyyy format
Version := "5.3",
Date := "12/02/2020", # dd/mm/yyyy format
License := "MIT",

Persons := [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2
5.3
4 changes: 2 additions & 2 deletions doc/install.tex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
\beginexample
gap> LoadPackage("ace");
---------------------------------------------------------------------------
Loading ACE (Advanced Coset Enumerator) 5.2
Loading ACE (Advanced Coset Enumerator) 5.3
GAP code by Greg Gamble <[email protected]> (address for correspondence)
Alexander Hulpke (https://www.math.colostate.edu/~hulpke)
[uses ACE binary (C code program) version: 3.001]
Expand All @@ -121,7 +121,7 @@
\endexample

\index{banner!suppression}
The banner may be suppressed by providing the version string (`"5.2"')
The banner may be suppressed by providing the version string (`"5.3"')
as second argument and `false' as third argument to the `LoadPackage'
command. The `LoadPackage' command is described in
Section~"ref:LoadPackage" in the {\GAP} Reference Manual.
Expand Down

0 comments on commit c0e9892

Please sign in to comment.