we're working on 1.3.1 (or more)

This commit is contained in:
Daniel Stenberg 2006-01-02 09:13:56 +00:00
parent 0040a60559
commit 532a560d87
1 changed files with 2 additions and 2 deletions

View File

@ -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);