From: Daniel Stenberg Date: Mon, 2 Jan 2006 09:13:56 +0000 (+0000) Subject: we're working on 1.3.1 (or more) X-Git-Tag: curl-7_15_2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532a560d87ba8d4d5dbc0be6ec5ddb78a819362a;p=thirdparty%2Fcurl.git we're working on 1.3.1 (or more) --- diff --git a/ares/ares_version.h b/ares/ares_version.h index f14d5227ad..9765401916 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 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);