mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
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.
This commit is contained in:
parent
392a318862
commit
53b8df596f
@ -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: */
|
||||
|
Loading…
Reference in New Issue
Block a user