Skip to content

Commit 6c46125

Browse files
committed
Start work on GAP 4.16
1 parent ba1e41e commit 6c46125

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CITATION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ Please use one of the following samples to cite GAP version from this installati
22

33
Text:
44

5-
[GAP] GAP – Groups, Algorithms, and Programming, Version 4.15dev,
5+
[GAP] GAP – Groups, Algorithms, and Programming, Version 4.16dev,
66
The GAP Group (this year), https://www.gap-system.org.
77

88
HTML:
99

1010
<p class='BibEntry'>
1111
[<span class='BibKey'>GAP</span>]
12-
<i class='BibTitle'>GAP – Groups, Algorithms, and Programming, Version 4.15dev</i>,
12+
<i class='BibTitle'>GAP – Groups, Algorithms, and Programming, Version 4.16dev</i>,
1313
<span class='BibOrganization'>The GAP Group</span> (<span class='BibYear'>this year</span>),
1414
<span class='BibHowpublished'><a href="https://www.gap-system.org">https://www.gap-system.org</a></span>.
1515
</p>
1616

1717
BibXML:
1818

19-
<entry id="GAP4.15dev"><misc>
19+
<entry id="GAP4.16dev"><misc>
2020
<title><C>GAP</C> &ndash; <C>G</C>roups, <C>A</C>lgorithms,
21-
and <C>P</C>rogramming, <C>V</C>ersion 4.15dev</title>
21+
and <C>P</C>rogramming, <C>V</C>ersion 4.16dev</title>
2222
<howpublished><URL>https://www.gap-system.org</URL></howpublished>
2323
<year>this year</year>
2424
<key>GAP</key>
@@ -28,8 +28,8 @@ BibXML:
2828

2929
BibTeX:
3030

31-
@misc{ GAP4.15dev,
32-
title = {{GAP} {\textendash} {G}roups, {A}lgorithms, and {P}rogramming, {V}ersion 4.15dev},
31+
@misc{ GAP4.16dev,
32+
title = {{GAP} {\textendash} {G}roups, {A}lgorithms, and {P}rogramming, {V}ersion 4.16dev},
3333
organization = {The GAP {G}roup},
3434
year = {this year},
3535
howpublished = {\href{https://www.gap-system.org}{\texttt{https://www.gap-system.org}}},
@@ -41,7 +41,7 @@ If you are not using BibTeX, here is the bibliography entry produced
4141
by BibTeX (in bibliography style `alpha'):
4242

4343
\bibitem[GAP]{GAP4}
44-
\emph{GAP -- Groups, Algorithms, and Programming}, Version 4.15dev,
44+
\emph{GAP -- Groups, Algorithms, and Programming}, Version 4.16dev,
4545
The GAP~Group (this year), \verb+https://www.gap-system.org+.
4646

4747
If you have (predominantly) used one or more particular GAP packages,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Setup autoconf
33
dnl
44
AC_PREREQ([2.68])
55

6-
m4_define([gap_version], [4.15dev])
6+
m4_define([gap_version], [4.16dev])
77
m4_define([gap_releaseday], [today])
88
m4_define([gap_releaseyear], [this year])
99

doc/versiondata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Instead edit either the template file `doc/versiondata.in`, or edit
44
`Makefile.rules` (which has code for generating this file), or edit
55
`configure.ac` (where the value being substituted come from)
66
-->
7-
<!ENTITY VERSIONNUMBER "4.15dev">
7+
<!ENTITY VERSIONNUMBER "4.16dev">
88
<!ENTITY RELEASEDAY "today">
99
<!ENTITY RELEASEYEAR "this year">
10-
<!ENTITY GAPDIRNAME "gap-4.15dev">
10+
<!ENTITY GAPDIRNAME "gap-4.16dev">

0 commit comments

Comments
 (0)