diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-11-11 22:23:48 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-11 22:23:48 +0000 | 
| commit | 68d4b77d44960c83331bbe2b8f5a3a85cbd509f0 (patch) | |
| tree | f7512a442da9aeac8af81e8908eae45dd1a6d8d2 | |
| parent | e1ac99af1f1c2ba5fadca296df9585200951eefb (diff) | |
we did 1.3.2 and are now on the 1.3.3 track!
| -rw-r--r-- | ares/ares_version.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ares/ares_version.h b/ares/ares_version.h index cf4491f68..886b06251 100644 --- a/ares/ares_version.h +++ b/ares/ares_version.h @@ -5,11 +5,11 @@  #define ARES_VERSION_MAJOR 1  #define ARES_VERSION_MINOR 3 -#define ARES_VERSION_PATCH 1 +#define ARES_VERSION_PATCH 3  #define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\                         (ARES_VERSION_MINOR<<8)|\                         (ARES_VERSION_PATCH)) -#define ARES_VERSION_STR "1.3.1" +#define ARES_VERSION_STR "1.3.3-CVS"  #ifdef  __cplusplus  extern "C" { | 
