1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-07 18:15:04 -05:00
curl/src/version.h

4 lines
113 B
C
Raw Normal View History

1999-12-29 09:20:26 -05:00
#define CURL_NAME "curl"
2001-01-09 07:25:32 -05:00
#define CURL_VERSION "7.6-pre1"
1999-12-29 09:20:26 -05:00
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "