summaryrefslogtreecommitdiff
path: root/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
commit4a23aef23c1cc3f958b381bac54c31d67744e8e6 (patch)
treedc95d60ecb9fe30f2bcad284f06c68048ac40897 /ares_version.h
parentf34c89a9a25843355abe0074b79bd499c10817f3 (diff)
downloadc-ares-4a23aef23c1cc3f958b381bac54c31d67744e8e6.tar.gz
c-ares-4a23aef23c1cc3f958b381bac54c31d67744e8e6.tar.bz2
c-ares-4a23aef23c1cc3f958b381bac54c31d67744e8e6.zip
we did 1.3.2 and are now on the 1.3.3 track!
Diffstat (limited to 'ares_version.h')
-rw-r--r--ares_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_version.h b/ares_version.h
index cf4491f..886b062 100644
--- a/ares_version.h
+++ b/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" {