lib/Makefile.am: bump VERSIONINFO due to new functions

... we're generally bad at this, but we are adding new functions for
this release.

Closes #5899
This commit is contained in:
Daniel Stenberg 2020-09-01 11:10:58 +02:00
parent e250b568b8
commit 64586af926
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -66,7 +66,7 @@ endif
# Prevent LIBS from being used for all link targets
LIBS = $(BLANK_AT_MAKETIME)
VERSIONINFO=-version-info 10:0:6
VERSIONINFO=-version-info 11:0:7
# 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.