diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-04 11:35:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-04 11:35:12 +0000 |
commit | 329bcf3a7117c7e5c26d7c8f840af64fb7140753 (patch) | |
tree | e78d4d1297f4cc2eef2bc893ce23082953370f7e /src | |
parent | 0cb12d7e787f520249c2faa636ff49f4acbebbca (diff) | |
download | curl-329bcf3a7117c7e5c26d7c8f840af64fb7140753.tar.gz |
7.9.1 cleanup commitcurl-7_9_1
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 a5540e43a..4bf68a32b 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.1-pre1" +#define CURL_VERSION "7.9.1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |