From 53b8df596f4b9c6ddbff408a1c00010a0c618f72 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Oct 2014 16:41:09 -0400 Subject: [PATCH] curl: Drop '-DEV' from version since this is a curl release We imported curl from an upstream release, so report the corresponding release version to servers. This is consistent with the version we presented when our builtin curl was 7.16.1. --- Utilities/cmcurl/include/curl/curlver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmcurl/include/curl/curlver.h b/Utilities/cmcurl/include/curl/curlver.h index ac23158ba..c0cb509e9 100644 --- a/Utilities/cmcurl/include/curl/curlver.h +++ b/Utilities/cmcurl/include/curl/curlver.h @@ -30,7 +30,7 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.38.0-DEV" +#define LIBCURL_VERSION "7.38.0" /* The numeric version number is also available "in parts" by using these defines: */