diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-07 23:31:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-07 23:31:59 +0000 |
commit | d4ab68cd51318b1f0d29bd30a8020aebef967d0a (patch) | |
tree | c1f4c1cc24f9984475c9ccb27e25417b0565f4fb /include | |
parent | e8c762981a23b2527b7a64c0a7f4db88ddef48f8 (diff) | |
download | curl-d4ab68cd51318b1f0d29bd30a8020aebef967d0a.tar.gz |
7.10.8-pre1 commit
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 101bba034..117fb6720 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -29,7 +29,7 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.10.8-test2" +#define LIBCURL_VERSION "7.10.8-pre1" /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will |