diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-19 20:22:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-19 20:22:42 +0300 |
commit | 39df752ccc2d4bbdd48430859c9cb403b9fe6d9f (patch) | |
tree | fffe2804e1d17373c3758ecf8d24c6d373c7ce37 /core/curl | |
parent | d58d4ae14c579652b1d09c8ee8a77cdf5f248223 (diff) | |
download | repository-39df752ccc2d4bbdd48430859c9cb403b9fe6d9f.tar.gz |
curl: bump release number
Diffstat (limited to 'core/curl')
-rwxr-xr-x | core/curl/build | 2 | ||||
-rw-r--r-- | core/curl/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/curl/build b/core/curl/build index 16f2c258..7ac915ff 100755 --- a/core/curl/build +++ b/core/curl/build @@ -18,5 +18,5 @@ --without-zstd \ --with-pic -make curl_LDFLAGS=-all-static +make LDFLAGS=-all-static make DESTDIR="$1" install diff --git a/core/curl/version b/core/curl/version index 3a8f3747..d758a5d7 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.79.0 1 +7.79.0 2 |