From 5ba7d14932e48b2143d002bb9f21527dfdb98ef8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Sep 2016 11:51:13 +0200 Subject: [PATCH] make: bump CARES_VERSION_INFO for release --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 02c7230c..3ba40ba9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ DIST_SUBDIRS = test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc -CARES_VERSION_INFO = -version-info 3:0:1 +CARES_VERSION_INFO = -version-info 4:0:2 # 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.