Skip to content
Snippets Groups Projects
Commit 532a560d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

we're working on 1.3.1 (or more)

parent 0040a605
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment