Skip to content

Commit a02215e

Browse files
committed
upped version to 20210503
1 parent c89da5f commit a02215e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ script:
4545
- make
4646
- |
4747
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
48-
make -k check;
48+
make check;
4949
else
5050
make check;
5151
fi

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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], [20210415], [[email protected]])
10+
AC_INIT([eclib], [20210503], [[email protected]])
1111

1212
AM_INIT_AUTOMAKE([-Wall])
1313
AC_MSG_NOTICE([Configuring eclib...])
@@ -41,7 +41,7 @@ LT_INIT
4141
# NB The suffix of the library name (libec.so here) is (c-a).a.r
4242

4343
LT_CURRENT=8
44-
LT_REVISION=2
44+
LT_REVISION=3
4545
LT_AGE=1
4646
AC_SUBST(LT_CURRENT)
4747
AC_SUBST(LT_REVISION)

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 20210415
2-
[ year month day ] = [ 2021 4 15 ]
1+
This eclib version is 20210503
2+
[ year month day ] = [ 2021 5 3 ]
33

44
Configure options and compilation date:
55

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

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 20210415
2-
[ year month day ] = [ 2021 4 15 ]
1+
This eclib version is 20210503
2+
[ year month day ] = [ 2021 5 3 ]
33

44
Configure options and compilation date:
55

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

0 commit comments

Comments
 (0)