projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5ced3
)
the new functions and the upcoming ipv6 calls for the next version to become
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 2 May 2005 22:33:57 +0000
(22:33 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 2 May 2005 22:33:57 +0000
(22:33 +0000)
1.3.0
ares_version.h
patch
|
blob
|
history
diff --git
a/ares_version.h
b/ares_version.h
index 9283528812e2a558019e01218dddd04b9cc66851..f14d5227adfa40112db9ba990406a43e18b2ab47 100644
(file)
--- a/
ares_version.h
+++ b/
ares_version.h
@@
-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);