Skip to content

Commit 7558e4a

Browse files
committed
upped version to 20230424
1 parent 4e6b383 commit 7558e4a

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

configure.ac

Lines changed: 4 additions & 3 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], [20221012], [[email protected]])
10+
AC_INIT([eclib], [20230424], [[email protected]])
1111

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

43-
LT_CURRENT=11
43+
LT_CURRENT=12
4444
LT_REVISION=0
45-
LT_AGE=1
45+
LT_AGE=2
46+
4647
AC_SUBST(LT_CURRENT)
4748
AC_SUBST(LT_REVISION)
4849
AC_SUBST(LT_AGE)

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 20221012
2-
[ year month day ] = [ 2022 10 12 ]
1+
This eclib version is 20230424
2+
[ year month day ] = [ 2023 4 24 ]
33

44
Configure options and compilation date:
55

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

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 20221012
2-
[ year month day ] = [ 2022 10 12 ]
1+
This eclib version is 20230424
2+
[ year month day ] = [ 2023 4 24 ]
33

44
Configure options and compilation date:
55

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

0 commit comments

Comments
 (0)