mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
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:
parent
e250b568b8
commit
64586af926
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user