mirror of
https://github.com/curl/curl.git
synced 2026-05-08 14:37:28 +03:00
added copyright define to curlver.h.
This commit is contained in:
parent
c914e6ea5d
commit
6fa72e6417
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
/* This header file contains nothing but libcurl version info, generated by
|
||||
a script at release-time. This was made its own header file in 7.11.2 */
|
||||
|
||||
/* This is the global package copyright */
|
||||
#define LIBCURL_COPYRIGHT "1996 - 2008 Daniel Stenberg, <daniel@haxx.se>."
|
||||
|
||||
/* This is the version number of the libcurl package from which this header
|
||||
file origins: */
|
||||
#define LIBCURL_VERSION "7.18.0-CVS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue