mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
we're working on 1.3.1 (or more)
This commit is contained in:
parent
0040a60559
commit
532a560d87
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue