Skip to content

Commit d4a8d17

Browse files
Update version numbers etc for v1.1.2
1 parent 21f1510 commit d4a8d17

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Torpey, Wilf A. Wilson et al.
44

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

7+
## Version 1.1.2 (released 16/03/2020)
8+
9+
This is a minor release adding the new configuration flag
10+
`--without-intrinsics` and checking that the compiler is in C99 mode by using
11+
`AC_PROG_CC_C99` in `configure.ac`.
12+
713
## Version 1.1.1 (released 29/01/2020)
814

915
This release fixes a bug in `HomomorphismDigraphsFinder` that was introduced

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.1.1">
12+
## <!ENTITY VERSION "1.1.2">
1313
## <!ENTITY GAPVERS "4.9.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
17-
## <!ENTITY ARCHIVENAME "digraphs-1.1.1">
17+
## <!ENTITY ARCHIVENAME "digraphs-1.1.2">
1818
## <!ENTITY COPYRIGHTYEARS "2014-20">
1919
## <#/GAPDoc>
2020

@@ -26,8 +26,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
2626
SetPackageInfo(rec(
2727
PackageName := "Digraphs",
2828
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
29-
Version := "1.1.1",
30-
Date := "29/01/2020", # dd/mm/yyyy format
29+
Version := "1.1.2",
30+
Date := "16/03/2020", # dd/mm/yyyy format
3131
License := "GPL-3.0-or-later",
3232
ArchiveFormats := ".tar.gz",
3333

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.1.2 - 16/03/2020
1112
release 1.1.1 - 29/01/2020
1213
release 1.1.0 - 25/01/2020
1314
release 1.0.3 - 29/11/2019

0 commit comments

Comments
 (0)