test1135: sync with recent API updates

This test verifies that the order of functions in public headers remain
the same but hasn't been updated to care for recently added header
files. The order is important for some few platforms - or VERSIONINFO
needs to updated.

This fix also updates VERSIONINFO to be sure.

Closes #8620
This commit is contained in:
Daniel Stenberg 2022-03-22 11:14:45 +01:00
parent f07be5d1fa
commit 2e1ef61560
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 110 additions and 80 deletions

View file

@ -56,7 +56,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
# Prevent LIBS from being used for all link targets
LIBS = $(BLANK_AT_MAKETIME)
VERSIONINFO=-version-info 11:0:7
VERSIONINFO=-version-info 12:0:8
# This flag accepts an argument of the form current[:revision[:age]]. So,
# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
# 1.