Skip to content

Commit 555a0a7

Browse files
committed
version 20250616 (minor patch for FLINT 3.3)
1 parent 234a6d5 commit 555a0a7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
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], [20250530], [[email protected]])
10+
AC_INIT([eclib], [20250616], [[email protected]])
1111

1212
AM_INIT_AUTOMAKE([-Wall])
1313
AC_MSG_NOTICE([Configuring eclib...])

tests/out_no_ntl/tversion.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This eclib version is 20250530
2-
[ year month day ] = [ 2025 5 30 ]
1+
This eclib version is 20250616
2+
[ year month day ] = [ 2025 6 16 ]
33

44
Configure options and compilation date:
55

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

tests/out_ntl/tversion.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This eclib version is 20250530
2-
[ year month day ] = [ 2025 5 30 ]
1+
This eclib version is 20250616
2+
[ year month day ] = [ 2025 6 16 ]
33

44
Configure options and compilation date:
55

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

0 commit comments

Comments
 (0)