Skip to content

Commit 52d5138

Browse files
committed
upped version to 20231211
1 parent aaf0aea commit 52d5138

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],[20231114],[[email protected]])
10+
AC_INIT([eclib],[20231211],[[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 20231114
2-
[ year month day ] = [ 2023 11 14 ]
1+
This eclib version is 20231211
2+
[ year month day ] = [ 2023 12 11 ]
33

44
Configure options and compilation date:
55

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

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 20231114
2-
[ year month day ] = [ 2023 11 14 ]
1+
This eclib version is 20231211
2+
[ year month day ] = [ 2023 12 11 ]
33

44
Configure options and compilation date:
55

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

0 commit comments

Comments
 (0)