diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-12 11:53:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-12 11:53:35 +0000 |
commit | cf491357b650d6520a71df5892ba4c32220af242 (patch) | |
tree | 6a114b4ac1c68efe74ad3018156c54a731fcc086 /include | |
parent | 02c17651bf1d305e79df2b72e7045b4b32b484d1 (diff) |
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).
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index c2595d0e3..db48ae5ed 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -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 */ |