mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
When building tarballs, we also set the timestamp of the generated package. This is meant
to primarily be used for the autobuilds to know from what point in time a particular tarball is, and thus what changes it contains (or not).
This commit is contained in:
parent
02c17651bf
commit
cf491357b6
2 changed files with 16 additions and 0 deletions
|
|
@ -53,4 +53,15 @@
|
|||
*/
|
||||
#define LIBCURL_VERSION_NUM 0x071002
|
||||
|
||||
/*
|
||||
* This is the date and time when the full source package was created. The
|
||||
* timestamp is not stored in CVS, as the timestamp is properly set in the
|
||||
* tarballs by the maketgz script.
|
||||
*
|
||||
* The format of the date should follow this template:
|
||||
*
|
||||
* "Mon Feb 12 11:35:33 UTC 2007"
|
||||
*/
|
||||
#define LIBCURL_TIMESTAMP "CVS"
|
||||
|
||||
#endif /* __CURL_CURLVER_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue