the new functions and the upcoming ipv6 calls for the next version to become
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2005 22:33:57 +0000 (22:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2005 22:33:57 +0000 (22:33 +0000)
1.3.0

ares_version.h

index 9283528812e2a558019e01218dddd04b9cc66851..f14d5227adfa40112db9ba990406a43e18b2ab47 100644 (file)
@@ -4,12 +4,12 @@
 #define ARES__VERSION_H
 
 #define ARES_VERSION_MAJOR 1
-#define ARES_VERSION_MINOR 2
+#define ARES_VERSION_MINOR 3
 #define ARES_VERSION_PATCH 0
 #define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
                        (ARES_VERSION_MINOR<<8)|\
                        (ARES_VERSION_PATCH))
-#define ARES_VERSION_STR "1.2.0"
+#define ARES_VERSION_STR "1.3.0"
 
 const char *ares_version(int *version);