diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-11-18 22:10:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-11-18 22:10:06 +0000 |
commit | d2174da6416b9042e38ac3be12ec287b755a77dc (patch) | |
tree | e8ef8aa7a89c1664e8daad585dd20b4c9c06d97f /src/version.h | |
parent | 255b1e68d07355e08210ef57c511bbd9d7d9739e (diff) | |
download | curl-d2174da6416b9042e38ac3be12ec287b755a77dc.tar.gz |
7.10.2curl-7_10_2
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 18f5cd48d..b4f4303e3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.1" +#define CURL_VERSION "7.10.2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |