-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaf0aea
commit 52d5138
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ AC_PREREQ([2.69]) | |
# The version is the concatenation of 'v' and the year, month, date: vyyyymmdd | ||
# To access this as a string or integer triple, see libsrc/eclib/version.h | ||
|
||
AC_INIT([eclib],[20231114],[[email protected]]) | ||
AC_INIT([eclib],[20231211],[[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([-Wall]) | ||
AC_MSG_NOTICE([Configuring eclib...]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
This eclib version is 20231114 | ||
[ year month day ] = [ 2023 11 14 ] | ||
This eclib version is 20231211 | ||
[ year month day ] = [ 2023 12 11 ] | ||
|
||
Configure options and compilation date: | ||
|
||
eclib version 20231114, using NTL bigints but no multiprecision floating point | ||
eclib version 20231211, using NTL bigints but no multiprecision floating point | ||
|
||
Testing comparison of version date and various (year, month, day) date triples: | ||
|
||
Date 20200101 is before the version date 20231114 | ||
Date 20300611 is after the version date 20231114 | ||
Date 20210317 is before the version date 20231114 | ||
Date 20200101 is before the version date 20231211 | ||
Date 20300611 is after the version date 20231211 | ||
Date 20210317 is before the version date 20231211 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
This eclib version is 20231114 | ||
[ year month day ] = [ 2023 11 14 ] | ||
This eclib version is 20231211 | ||
[ year month day ] = [ 2023 12 11 ] | ||
|
||
Configure options and compilation date: | ||
|
||
eclib version 20231114, using NTL bigints and NTL real and complex multiprecision floating point | ||
eclib version 20231211, using NTL bigints and NTL real and complex multiprecision floating point | ||
|
||
Testing comparison of version date and various (year, month, day) date triples: | ||
|
||
Date 20200101 is before the version date 20231114 | ||
Date 20300611 is after the version date 20231114 | ||
Date 20210317 is before the version date 20231114 | ||
Date 20200101 is before the version date 20231211 | ||
Date 20300611 is after the version date 20231211 | ||
Date 20210317 is before the version date 20231211 |