Skip to content

Commit

Permalink
Update version numbers etc for v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 28, 2020
1 parent fb0f4bf commit fef4188
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Copyright © 2011-20 [James D. Mitchell][] et al.

Licensing information can be found in the `LICENSE` file.

### Version 3.3.1 (released 28/05/2020)

This is a minor release fixing some issues in the build system [Max Horn][]
related to compatibility with future versions of GAP, and some other minor
fixes by [James D. Mitchell][] and [Wilf A. Wilson][].

### Version 3.3.0 (released 28/04/2020)

This is a minor release fixing some issues in the build system
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "3.3.0">
## <!ENTITY VERSION "3.3.1">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY DIGRAPHSVERS "1.0.0">
## <!ENTITY ORBVERS "4.8.2">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY GENSSVERS "1.6.5">
## <!ENTITY IMAGESVERS "1.3.0">
## <!ENTITY ARCHIVENAME "semigroups-3.3.0">
## <!ENTITY ARCHIVENAME "semigroups-3.3.1">
## <!ENTITY COPYRIGHTYEARS "2011-20">
## <#/GAPDoc>

Expand Down Expand Up @@ -48,8 +48,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "3.3.0",
Date := "28/04/2020", # dd/mm/yyyy format
Version := "3.3.1",
Date := "28/05/2020", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
##
##

release 3.3.1 - 28/05/2020
release 3.3.0 - 28/04/2020
release 3.2.5 - 28/03/2020
release 3.2.4 - 28/02/2020
Expand Down

0 comments on commit fef4188

Please sign in to comment.