curl/src/version.h
Daniel Stenberg fe291202db Make the CVS version clone the libcurl version string, this is generated
by the maketgz script so in releases this is replaced by an actual string.
2003-10-30 13:28:58 +00:00

4 lines
118 B
C

#define CURL_NAME "curl"
#define CURL_VERSION LIBCURL_VERSION
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "