-
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
4e6b383
commit 7558e4a
Showing
3 changed files
with
16 additions
and
15 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.65]) | |
# 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], [20221012], [[email protected]]) | ||
AC_INIT([eclib], [20230424], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([-Wall]) | ||
AC_MSG_NOTICE([Configuring eclib...]) | ||
|
@@ -40,9 +40,10 @@ LT_INIT | |
# | ||
# NB The suffix of the library name (libec.so here) is (c-a).a.r | ||
|
||
LT_CURRENT=11 | ||
LT_CURRENT=12 | ||
LT_REVISION=0 | ||
LT_AGE=1 | ||
LT_AGE=2 | ||
|
||
AC_SUBST(LT_CURRENT) | ||
AC_SUBST(LT_REVISION) | ||
AC_SUBST(LT_AGE) | ||
|
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 20221012 | ||
[ year month day ] = [ 2022 10 12 ] | ||
This eclib version is 20230424 | ||
[ year month day ] = [ 2023 4 24 ] | ||
|
||
Configure options and compilation date: | ||
|
||
eclib version 20221012, using NTL bigints but no multiprecision floating point | ||
eclib version 20230424, 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 20221012 | ||
Date 20300611 is after the version date 20221012 | ||
Date 20210317 is before the version date 20221012 | ||
Date 20200101 is before the version date 20230424 | ||
Date 20300611 is after the version date 20230424 | ||
Date 20210317 is before the version date 20230424 |
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 20221012 | ||
[ year month day ] = [ 2022 10 12 ] | ||
This eclib version is 20230424 | ||
[ year month day ] = [ 2023 4 24 ] | ||
|
||
Configure options and compilation date: | ||
|
||
eclib version 20221012, using NTL bigints and NTL real and complex multiprecision floating point | ||
eclib version 20230424, 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 20221012 | ||
Date 20300611 is after the version date 20221012 | ||
Date 20210317 is before the version date 20221012 | ||
Date 20200101 is before the version date 20230424 | ||
Date 20300611 is after the version date 20230424 | ||
Date 20210317 is before the version date 20230424 |