From: Daniel Stenberg Date: Sat, 11 Nov 2006 22:23:48 +0000 (+0000) Subject: we did 1.3.2 and are now on the 1.3.3 track! X-Git-Tag: curl-7_16_1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d4b77d44960c83331bbe2b8f5a3a85cbd509f0;p=thirdparty%2Fcurl.git we did 1.3.2 and are now on the 1.3.3 track! --- diff --git a/ares/ares_version.h b/ares/ares_version.h index cf4491f68e..886b062510 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" {