diff options
author | Brad King <brad.king@kitware.com> | 2014-10-08 20:41:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-29 20:43:41 (GMT) |
commit | 53b8df596f4b9c6ddbff408a1c00010a0c618f72 (patch) | |
tree | c124a5baa517b6bc8cc2f23c14d1267ce9e4b3e3 /Utilities | |
parent | 392a318862b49d9715de76108209558d2a60ce83 (diff) | |
download | CMake-53b8df596f4b9c6ddbff408a1c00010a0c618f72.zip CMake-53b8df596f4b9c6ddbff408a1c00010a0c618f72.tar.gz CMake-53b8df596f4b9c6ddbff408a1c00010a0c618f72.tar.bz2 |
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.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/include/curl/curlver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/include/curl/curlver.h b/Utilities/cmcurl/include/curl/curlver.h index ac23158..c0cb509 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: */ |