aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-10-30 11:28:38 -0700
committerElliott Hughes <enh@google.com>2018-10-30 11:28:38 -0700
commitb1ef70f7d9fdfa1431b948df6ae7bb0b15966dee (patch)
tree24facefd22d2ca56694f740049660701da90ee9a /include
parent8c49d19ccbe7df4ce7b150f5d92eaddcc7f369df (diff)
downloadexternal_curl-b1ef70f7d9fdfa1431b948df6ae7bb0b15966dee.tar.gz
external_curl-b1ef70f7d9fdfa1431b948df6ae7bb0b15966dee.tar.bz2
external_curl-b1ef70f7d9fdfa1431b948df6ae7bb0b15966dee.zip
Update to curl 7.61.1 - September 5 2018.
Bug: N/A Test: builds, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: Ic8598fc9d0bc029640ea3cbcecf4820d1de8f6ae
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 04abbef9..1aa30ab4 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -30,13 +30,13 @@
/* This is the version number of the libcurl package from which this header
file origins: */
-#define LIBCURL_VERSION "7.61.0"
+#define LIBCURL_VERSION "7.61.1"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 61
-#define LIBCURL_VERSION_PATCH 0
+#define LIBCURL_VERSION_PATCH 1
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
@@ -57,7 +57,7 @@
CURL_VERSION_BITS() macro since curl's own configure script greps for it
and needs it to contain the full number.
*/
-#define LIBCURL_VERSION_NUM 0x073d00
+#define LIBCURL_VERSION_NUM 0x073d01
/*
* This is the date and time when the full source package was created. The
@@ -68,7 +68,7 @@
*
* "2007-11-23"
*/
-#define LIBCURL_TIMESTAMP "2018-07-11"
+#define LIBCURL_TIMESTAMP "2018-09-05"
#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|z)
#define CURL_AT_LEAST_VERSION(x,y,z) \