Skip to content

Commit 7a2ca64

Browse files
author
minggo
authored
use android 19 to rebuild curl (#259)
1 parent 23b6d3b commit 7a2ca64

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

curl/include/android/curl/curlver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/* This is the version number of the libcurl package from which this header
3232
file origins: */
33-
#define LIBCURL_VERSION "7.50.0-DEV"
33+
#define LIBCURL_VERSION "7.50.0"
3434

3535
/* The numeric version number is also available "in parts" by using these
3636
defines: */
@@ -68,7 +68,7 @@
6868
*
6969
* "Mon Feb 12 11:35:33 UTC 2007"
7070
*/
71-
#define LIBCURL_TIMESTAMP "DEV"
71+
#define LIBCURL_TIMESTAMP "Thu Jul 21 08:55:43 UTC 2016"
7272

7373
#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|z)
7474
#define CURL_AT_LEAST_VERSION(x,y,z) \
0 Bytes
Binary file not shown.
40 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
380 Bytes
Binary file not shown.
-280 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
184 Bytes
Binary file not shown.
212 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

curl/prebuilt/android/x86/libcrypto.a

488 Bytes
Binary file not shown.

curl/prebuilt/android/x86/libcurl.a

-1.15 KB
Binary file not shown.

curl/prebuilt/android/x86/libssl.a

24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)