Skip to content

Commit

Permalink
Update version numbers etc for v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Feb 7, 2020
1 parent 83ea239 commit a73aa55
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.3
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.2.3 (released 07/02/2020)

This is a minor release to make some changes fo compatibility with the
[Digraphs package][] v1.1.1 and [GAP][], and to fix a memory leak in the kernel
module.

### Version 3.2.2 (released 17/01/2020)

This is a minor release to update the version of [libsemigroups][] to v1.0.5,
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "3.2.2">
## <!ENTITY VERSION "3.2.3">
## <!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 ARCHIVENAME "semigroups-3.2.2">
## <!ENTITY ARCHIVENAME "semigroups-3.2.3">
## <!ENTITY COPYRIGHTYEARS "2011-20">
## <#/GAPDoc>

Expand Down Expand Up @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "3.2.2",
Date := "17/01/2020", # dd/mm/yyyy format
Version := "3.2.3",
Date := "07/02/2020", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

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.2.3 - 07/02/2020
release 3.2.2 - 17/01/2020
release 3.2.1 - 04/12/2019
release 3.2.0 - 04/10/2019
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl ##
dnl ## Setup autoconf
dnl ##
AC_PREREQ([2.68])
AC_INIT([semigroups], m4_esyscmd([tr -d '\n' < VERSION]))
AC_INIT([semigroups], m4_esyscmd([tr -d '\n' < .VERSION]))
AC_CONFIG_SRCDIR([src/pkg.cc])
AC_CONFIG_HEADER([src/_pkgconfig.h:cnf/pkgconfig.h.in])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
1 change: 0 additions & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
##

PACKAGE := "Semigroups";
PrintTo("VERSION", PackageInfo(PACKAGE)[1].Version);
LoadPackage("GAPDoc");
LoadPackage("semigroups");

Expand Down

0 comments on commit a73aa55

Please sign in to comment.