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

start working on 1.5.3

parent 1806879b
No related branches found
Tags curl-7_10_1
No related merge requests found
......@@ -5,11 +5,11 @@
#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 5
#define ARES_VERSION_PATCH 2
#define ARES_VERSION_PATCH 3
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
(ARES_VERSION_MINOR<<8)|\
(ARES_VERSION_PATCH))
#define ARES_VERSION_STR "1.5.2-CVS"
#define ARES_VERSION_STR "1.5.3-CVS"
#ifdef __cplusplus
extern "C" {
......
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