Skip to content

Commit 5766200

Browse files
committed
upped version to 20250122
1 parent d467425 commit 5766200

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

configure.ac

+2-2
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], [20241112], [[email protected]])
10+
AC_INIT([eclib], [20250122], [[email protected]])
1111

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

4343
LT_CURRENT=14
44-
LT_REVISION=0
44+
LT_REVISION=1
4545
LT_AGE=0
4646

4747
AC_SUBST(LT_CURRENT)

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 20241112
2-
[ year month day ] = [ 2024 11 12 ]
1+
This eclib version is 20250122
2+
[ year month day ] = [ 2025 1 22 ]
33

44
Configure options and compilation date:
55

6-
eclib version 20241112, using NTL bigints but no multiprecision floating point
6+
eclib version 20250122, 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 20241112
11-
Date 20300611 is after the version date 20241112
12-
Date 20210317 is before the version date 20241112
10+
Date 20200101 is before the version date 20250122
11+
Date 20300611 is after the version date 20250122
12+
Date 20210317 is before the version date 20250122

tests/out_ntl/tversion.out

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

44
Configure options and compilation date:
55

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

0 commit comments

Comments
 (0)