mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
we're working on 1.3.1 (or more)
This commit is contained in:
parent
0040a60559
commit
532a560d87
@ -5,11 +5,11 @@
|
||||
|
||||
#define ARES_VERSION_MAJOR 1
|
||||
#define ARES_VERSION_MINOR 3
|
||||
#define ARES_VERSION_PATCH 0
|
||||
#define ARES_VERSION_PATCH 1
|
||||
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
|
||||
(ARES_VERSION_MINOR<<8)|\
|
||||
(ARES_VERSION_PATCH))
|
||||
#define ARES_VERSION_STR "1.3.0"
|
||||
#define ARES_VERSION_STR "1.3.1"
|
||||
|
||||
const char *ares_version(int *version);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user