]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib/Makefile.am: bump VERSIONINFO due to new functions
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Sep 2020 09:10:58 +0000 (11:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Sep 2020 14:27:43 +0000 (16:27 +0200)
... we're generally bad at this, but we are adding new functions for
this release.

Closes #5899

lib/Makefile.am

index 0a263306a5d9062eaf8da36d667ffef78fd98cf8..1b72197f053f4a134f76ac85a55b6edad77b17c5 100644 (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.