Skip to content

Commit 18f04ba

Browse files
committed
.
1 parent 414175d commit 18f04ba

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
NTL -- a library for doing numbery theory -- version 11.5.0
2-
Release date: 2021.06.20
1+
NTL -- a library for doing numbery theory -- version 11.5.1
2+
Release date: 2021.06.23
33

44
Author: Victor Shoup ([email protected])
55

doc/tour-changes.html

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ <h1>
1616
</p>
1717
</h1>
1818

19+
<p><hr><p>
20+
<h3>
21+
2021.06.23: Changes between NTL 11.5.0 and 11.5.1
22+
</h3>
23+
24+
<ul>
25+
<li>
26+
Fixed bug that prevented compilation on IBM Z.
27+
</ul>
28+
1929
<p><hr><p>
2030
<h3>
2131
2021.06.20: Changes between NTL 11.4.4 and 11.5.0

include/NTL/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#ifndef NTL_version__H
33
#define NTL_version__H
44

5-
#define NTL_VERSION "11.5.0"
5+
#define NTL_VERSION "11.5.1"
66

77
#define NTL_MAJOR_VERSION (11)
88
#define NTL_MINOR_VERSION (5)
9-
#define NTL_REVISION (0)
9+
#define NTL_REVISION (1)
1010

1111
#endif
1212

src/DIRNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ntl-11.5.0
1+
ntl-11.5.1

src/VERSION_INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
44:0:0
1+
44:1:0

src/WINDIR

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
WinNTL-11_5_0
1+
WinNTL-11_5_1

0 commit comments

Comments
 (0)