Skip to content

Commit b3e153d

Browse files
committed
upped version to 20240408
1 parent e8e17c3 commit b3e153d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

configure.ac

+1-1
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], [20240225], [[email protected]])
10+
AC_INIT([eclib], [20240408], [[email protected]])
1111

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

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 20240225
2-
[ year month day ] = [ 2024 2 25 ]
1+
This eclib version is 20240408
2+
[ year month day ] = [ 2024 4 8 ]
33

44
Configure options and compilation date:
55

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

tests/out_ntl/tversion.out

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

44
Configure options and compilation date:
55

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

0 commit comments

Comments
 (0)