summaryrefslogtreecommitdiff
path: root/ares_version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-02 09:13:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-02 09:13:56 +0000
commitdc5949996639da16b1e62bb6c5149d28506e3d6f (patch)
treec7c31d98e98f2201f55aa47b1d162e9e48f1d168 /ares_version.h
parentab18b895e8be238ad7f106621e83e38068780c1d (diff)
downloadc-ares-dc5949996639da16b1e62bb6c5149d28506e3d6f.tar.gz
c-ares-dc5949996639da16b1e62bb6c5149d28506e3d6f.tar.bz2
c-ares-dc5949996639da16b1e62bb6c5149d28506e3d6f.zip
we're working on 1.3.1 (or more)
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 f14d522..9765401 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 0
+#define ARES_VERSION_PATCH 1
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
(ARES_VERSION_MINOR<<8)|\
(ARES_VERSION_PATCH))
-#define ARES_VERSION_STR "1.3.0"
+#define ARES_VERSION_STR "1.3.1"
const char *ares_version(int *version);