We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0766369 commit 6b697d4Copy full SHA for 6b697d4
deps/cares/include/ares_version.h
@@ -3,15 +3,15 @@
3
#define ARES__VERSION_H
4
5
/* This is the global package copyright */
6
-#define ARES_COPYRIGHT "2004 - 2017 Daniel Stenberg, <daniel@haxx.se>."
+#define ARES_COPYRIGHT "2004 - 2018 Daniel Stenberg, <daniel@haxx.se>."
7
8
#define ARES_VERSION_MAJOR 1
9
-#define ARES_VERSION_MINOR 14
+#define ARES_VERSION_MINOR 15
10
#define ARES_VERSION_PATCH 0
11
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
12
(ARES_VERSION_MINOR<<8)|\
13
(ARES_VERSION_PATCH))
14
-#define ARES_VERSION_STR "1.14.0"
+#define ARES_VERSION_STR "1.15.0"
15
16
#if (ARES_VERSION >= 0x010700)
17
# define CARES_HAVE_ARES_LIBRARY_INIT 1
0 commit comments