diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-05 11:43:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-05 11:43:29 +0000 |
commit | 5370d7a6ebebecd8aff515d3b7528bf24d49b587 (patch) | |
tree | b270dc0080a0baf4f1bba7d9d538c3795806e6cd /src | |
parent | 685b180ab6cad415f18eb0c1cef694c3b7b1c704 (diff) | |
download | curl-5370d7a6ebebecd8aff515d3b7528bf24d49b587.tar.gz |
7.9.4curl-7_9_4
Diffstat (limited to 'src')
-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 9a4a9b5b3..ef640f0a3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.4-pre2" +#define CURL_VERSION "7.9.4" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |