Skip to content

Commit

Permalink
upped version to 20240408
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Apr 8, 2024
1 parent e8e17c3 commit b3e153d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [20240225], [[email protected]])
AC_INIT([eclib], [20240408], [[email protected]])

AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
Expand Down
12 changes: 6 additions & 6 deletions tests/out_no_ntl/tversion.out
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This eclib version is 20240225
[ year month day ] = [ 2024 2 25 ]
This eclib version is 20240408
[ year month day ] = [ 2024 4 8 ]

Configure options and compilation date:

eclib version 20240225, using NTL bigints but no multiprecision floating point
eclib version 20240408, 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 20240225
Date 20300611 is after the version date 20240225
Date 20210317 is before the version date 20240225
Date 20200101 is before the version date 20240408
Date 20300611 is after the version date 20240408
Date 20210317 is before the version date 20240408
12 changes: 6 additions & 6 deletions tests/out_ntl/tversion.out
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This eclib version is 20240225
[ year month day ] = [ 2024 2 25 ]
This eclib version is 20240408
[ year month day ] = [ 2024 4 8 ]

Configure options and compilation date:

eclib version 20240225, using NTL bigints and NTL real and complex multiprecision floating point
eclib version 20240408, 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 20240225
Date 20300611 is after the version date 20240225
Date 20210317 is before the version date 20240225
Date 20200101 is before the version date 20240408
Date 20300611 is after the version date 20240408
Date 20210317 is before the version date 20240408

0 comments on commit b3e153d

Please sign in to comment.