Skip to content

Commit

Permalink
upped version to 20241112
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Nov 12, 2024
1 parent 5f127a4 commit 04475bd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "J E"
orcid: "https://orcid.org/0000-0002-7212-0162"
title: "eclib"
version: 20240408
version: 20241112
doi: "https://doi.org/10.5281/zenodo.593635"
date-released: 2024-04-08
date-released: 2024-11-12
url: "https://github.com/JohnCremona/eclib"
6 changes: 3 additions & 3 deletions 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], [20240408], [john.cremona@gmail.com])
AC_INIT([eclib], [20241112], [john.cremona@gmail.com])

AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
Expand Down Expand Up @@ -40,9 +40,9 @@ LT_INIT
#
# NB The suffix of the library name (libec.so here) is (c-a).a.r

LT_CURRENT=13
LT_CURRENT=14
LT_REVISION=0
LT_AGE=3
LT_AGE=0

AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
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 20240408
[ year month day ] = [ 2024 4 8 ]
This eclib version is 20241112
[ year month day ] = [ 2024 11 12 ]

Configure options and compilation date:

eclib version 20240408, using NTL bigints but no multiprecision floating point
eclib version 20241112, 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 20240408
Date 20300611 is after the version date 20240408
Date 20210317 is before the version date 20240408
Date 20200101 is before the version date 20241112
Date 20300611 is after the version date 20241112
Date 20210317 is before the version date 20241112
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 20240408
[ year month day ] = [ 2024 4 8 ]
This eclib version is 20241112
[ year month day ] = [ 2024 11 12 ]

Configure options and compilation date:

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

0 comments on commit 04475bd

Please sign in to comment.