diff options
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h new file mode 100644 index 000000000..65ec2d1ef --- /dev/null +++ b/src/version.h @@ -0,0 +1,3 @@ +#define CURL_NAME "curl" +#define CURL_VERSION "6.3.1" +#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |