aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-11-11 22:23:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-11-11 22:23:48 +0000
commit68d4b77d44960c83331bbe2b8f5a3a85cbd509f0 (patch)
treef7512a442da9aeac8af81e8908eae45dd1a6d8d2 /ares/ares_version.h
parente1ac99af1f1c2ba5fadca296df9585200951eefb (diff)
we did 1.3.2 and are now on the 1.3.3 track!
Diffstat (limited to 'ares/ares_version.h')
-rw-r--r--ares/ares_version.h4
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" {