curl/src/version.h

4 lines
110 B
C
Raw Normal View History

1999-12-29 09:20:26 -05:00
#define CURL_NAME "curl"
2001-05-07 07:12:03 -04:00
#define CURL_VERSION "7.7.3"
1999-12-29 09:20:26 -05:00
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "