[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #10 from libntl/fix-CheckKMA
Browse files Browse the repository at this point in the history
Fix CheckKMA
  • Loading branch information
victorshoup committed Jun 23, 2021
2 parents 2e5beb4 + 18f04ba commit 91acd5b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NTL -- a library for doing numbery theory -- version 11.5.0
Release date: 2021.06.20
NTL -- a library for doing numbery theory -- version 11.5.1
Release date: 2021.06.23

Author: Victor Shoup (victor@shoup.net)

Expand Down
10 changes: 10 additions & 0 deletions doc/tour-changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ <h1>
</p>
</h1>

<p><hr><p>
<h3>
2021.06.23: Changes between NTL 11.5.0 and 11.5.1
</h3>

<ul>
<li>
Fixed bug that prevented compilation on IBM Z.
</ul>

<p><hr><p>
<h3>
2021.06.20: Changes between NTL 11.4.4 and 11.5.0
Expand Down
4 changes: 2 additions & 2 deletions include/NTL/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#ifndef NTL_version__H
#define NTL_version__H

#define NTL_VERSION "11.5.0"
#define NTL_VERSION "11.5.1"

#define NTL_MAJOR_VERSION (11)
#define NTL_MINOR_VERSION (5)
#define NTL_REVISION (0)
#define NTL_REVISION (1)

#endif

2 changes: 1 addition & 1 deletion src/CheckKMA.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <NTL/ctools.h>
#include <NTL/linux_s390x.h>

#include <cstdlib>
#include <iostream>

#include "linux_s390x.h"

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion src/DIRNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ntl-11.5.0
ntl-11.5.1
2 changes: 1 addition & 1 deletion src/VERSION_INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44:0:0
44:1:0
2 changes: 1 addition & 1 deletion src/WINDIR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WinNTL-11_5_0
WinNTL-11_5_1
1 change: 1 addition & 0 deletions src/Wizard
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ cp ../include/NTL/WordVector.h small/include/NTL
cp ../include/NTL/vec_GF2.h small/include/NTL
cp ../include/NTL/GF2X.h small/include/NTL
cp ../include/NTL/PackageInfo.h small/include/NTL
cp ../include/NTL/linux_s390x.h small/include/NTL

cp cfile small/src
cp WizardAux small/src
Expand Down

0 comments on commit 91acd5b

Please sign in to comment.