diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-03 09:13:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-03 09:13:07 +0000 |
commit | 887e728b7dbefb3f5c2e51e7d83f602e7071e27c (patch) | |
tree | 5198609126dd6bcad4f07b1c592017776fc941aa /src | |
parent | c03e0074c687dcd281391142e4184376543ece0e (diff) | |
download | curl-887e728b7dbefb3f5c2e51e7d83f602e7071e27c.tar.gz |
cleanup-commitpre-header-change
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 57dca0df4..f3a9fa1be 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.5" +#define CURL_VERSION "7.5.2-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |