summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-09-11 10:16:59 +0000
committerNils Gillmann <ng0@n0.is>2018-09-11 10:16:59 +0000
commit8046e59880e096c1fe5e6a4b70ad57b7cd2d1354 (patch)
treec65cf5624bf702079df31be394de83da98b5b845 /include
parent87430bf69f13500b1feb363ffc099cede490b6e2 (diff)
parent432eb5f5c254ee8383b2522ce597c9219877923e (diff)
downloadgnurl-8046e59880e096c1fe5e6a4b70ad57b7cd2d1354.tar.gz
gnurl-8046e59880e096c1fe5e6a4b70ad57b7cd2d1354.tar.bz2
gnurl-8046e59880e096c1fe5e6a4b70ad57b7cd2d1354.zip
Merge tag 'curl-7_61_1'
curl 7.61.1 Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'include')
-rw-r--r--include/gnurl/curlver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gnurl/curlver.h b/include/gnurl/curlver.h
index d28c1fe9c..12b2f9f91 100644
--- a/include/gnurl/curlver.h
+++ b/include/gnurl/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-DEV"
+#define LIBCURL_VERSION "7.61.1-DEV"
/* 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