Skip to content

Commit 04475bd

Browse files
committed
upped version to 20241112
1 parent 5f127a4 commit 04475bd

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "J E"
66
orcid: "https://orcid.org/0000-0002-7212-0162"
77
title: "eclib"
8-
version: 20240408
8+
version: 20241112
99
doi: "https://doi.org/10.5281/zenodo.593635"
10-
date-released: 2024-04-08
10+
date-released: 2024-11-12
1111
url: "https://github.com/JohnCremona/eclib"

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
77
# The version is the concatenation of 'v' and the year, month, date: vyyyymmdd
88
# To access this as a string or integer triple, see libsrc/eclib/version.h
99

10-
AC_INIT([eclib], [20240408], [[email protected]])
10+
AC_INIT([eclib], [20241112], [[email protected]])
1111

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

43-
LT_CURRENT=13
43+
LT_CURRENT=14
4444
LT_REVISION=0
45-
LT_AGE=3
45+
LT_AGE=0
4646

4747
AC_SUBST(LT_CURRENT)
4848
AC_SUBST(LT_REVISION)

tests/out_no_ntl/tversion.out

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This eclib version is 20240408
2-
[ year month day ] = [ 2024 4 8 ]
1+
This eclib version is 20241112
2+
[ year month day ] = [ 2024 11 12 ]
33

44
Configure options and compilation date:
55

6-
eclib version 20240408, using NTL bigints but no multiprecision floating point
6+
eclib version 20241112, using NTL bigints but no multiprecision floating point
77

88
Testing comparison of version date and various (year, month, day) date triples:
99

10-
Date 20200101 is before the version date 20240408
11-
Date 20300611 is after the version date 20240408
12-
Date 20210317 is before the version date 20240408
10+
Date 20200101 is before the version date 20241112
11+
Date 20300611 is after the version date 20241112
12+
Date 20210317 is before the version date 20241112

tests/out_ntl/tversion.out

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This eclib version is 20240408
2-
[ year month day ] = [ 2024 4 8 ]
1+
This eclib version is 20241112
2+
[ year month day ] = [ 2024 11 12 ]
33

44
Configure options and compilation date:
55

6-
eclib version 20240408, using NTL bigints and NTL real and complex multiprecision floating point
6+
eclib version 20241112, using NTL bigints and NTL real and complex multiprecision floating point
77

88
Testing comparison of version date and various (year, month, day) date triples:
99

10-
Date 20200101 is before the version date 20240408
11-
Date 20300611 is after the version date 20240408
12-
Date 20210317 is before the version date 20240408
10+
Date 20200101 is before the version date 20241112
11+
Date 20300611 is after the version date 20241112
12+
Date 20210317 is before the version date 20241112

0 commit comments

Comments
 (0)