File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ AC_PREREQ([2.65])
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] ,
[ 20220621 ] ,
[ [email protected] ] ) 10+ AC_INIT ( [ eclib] ,
[ 20221012 ] ,
[ [email protected] ] ) 1111
1212AM_INIT_AUTOMAKE ( [ -Wall] )
1313AC_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=10
43+ LT_CURRENT=11
4444LT_REVISION=0
45- LT_AGE=0
45+ LT_AGE=1
4646AC_SUBST ( LT_CURRENT )
4747AC_SUBST ( LT_REVISION )
4848AC_SUBST ( LT_AGE )
Original file line number Diff line number Diff line change 1- This eclib version is 20220621
2- [ year month day ] = [ 2022 6 21 ]
1+ This eclib version is 20221012
2+ [ year month day ] = [ 2022 10 12 ]
33
44Configure options and compilation date:
55
6- eclib version 20220621 , using NTL bigints but no multiprecision floating point
6+ eclib version 20221012 , using NTL bigints and NTL real and complex multiprecision floating point
77
88Testing comparison of version date and various (year, month, day) date triples:
99
10- Date 20200101 is before the version date 20220621
11- Date 20300611 is after the version date 20220621
12- Date 20210317 is before the version date 20220621
10+ Date 20200101 is before the version date 20221012
11+ Date 20300611 is after the version date 20221012
12+ Date 20210317 is before the version date 20221012
Original file line number Diff line number Diff line change 1- This eclib version is 20220621
2- [ year month day ] = [ 2022 6 21 ]
1+ This eclib version is 20221012
2+ [ year month day ] = [ 2022 10 12 ]
33
44Configure options and compilation date:
55
6- eclib version 20220621 , using NTL bigints and NTL real and complex multiprecision floating point
6+ eclib version 20221012 , using NTL bigints and NTL real and complex multiprecision floating point
77
88Testing comparison of version date and various (year, month, day) date triples:
99
10- Date 20200101 is before the version date 20220621
11- Date 20300611 is after the version date 20220621
12- Date 20210317 is before the version date 20220621
10+ Date 20200101 is before the version date 20221012
11+ Date 20300611 is after the version date 20221012
12+ Date 20210317 is before the version date 20221012
You can’t perform that action at this time.
0 commit comments