Skip to content

Commit

Permalink
upped version to 20221012
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Oct 12, 2022
1 parent c10ba7c commit b63b8bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# The version is the concatenation of 'v' and the year, month, date: vyyyymmdd
# To access this as a string or integer triple, see libsrc/eclib/version.h

AC_INIT([eclib], [20220621], [[email protected]])
AC_INIT([eclib], [20221012], [[email protected]])

AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
Expand Down Expand Up @@ -40,9 +40,9 @@ LT_INIT
#
# NB The suffix of the library name (libec.so here) is (c-a).a.r

LT_CURRENT=10
LT_CURRENT=11
LT_REVISION=0
LT_AGE=0
LT_AGE=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
Expand Down
12 changes: 6 additions & 6 deletions tests/out_no_ntl/tversion.out
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This eclib version is 20220621
[ year month day ] = [ 2022 6 21 ]
This eclib version is 20221012
[ year month day ] = [ 2022 10 12 ]

Configure options and compilation date:

eclib version 20220621, using NTL bigints but no multiprecision floating point
eclib version 20221012, using NTL bigints and NTL real and complex multiprecision floating point

Testing comparison of version date and various (year, month, day) date triples:

Date 20200101 is before the version date 20220621
Date 20300611 is after the version date 20220621
Date 20210317 is before the version date 20220621
Date 20200101 is before the version date 20221012
Date 20300611 is after the version date 20221012
Date 20210317 is before the version date 20221012
12 changes: 6 additions & 6 deletions tests/out_ntl/tversion.out
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This eclib version is 20220621
[ year month day ] = [ 2022 6 21 ]
This eclib version is 20221012
[ year month day ] = [ 2022 10 12 ]

Configure options and compilation date:

eclib version 20220621, using NTL bigints and NTL real and complex multiprecision floating point
eclib version 20221012, using NTL bigints and NTL real and complex multiprecision floating point

Testing comparison of version date and various (year, month, day) date triples:

Date 20200101 is before the version date 20220621
Date 20300611 is after the version date 20220621
Date 20210317 is before the version date 20220621
Date 20200101 is before the version date 20221012
Date 20300611 is after the version date 20221012
Date 20210317 is before the version date 20221012

0 comments on commit b63b8bb

Please sign in to comment.