mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 12:35:04 -05:00
remove references to CVS in the code and use DEV instead
This commit is contained in:
parent
3d3900f032
commit
e1d6034977
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
/* This is the version number of the libcurl package from which this header
|
/* This is the version number of the libcurl package from which this header
|
||||||
file origins: */
|
file origins: */
|
||||||
#define LIBCURL_VERSION "7.20.1-CVS"
|
#define LIBCURL_VERSION "7.20.1-DEV"
|
||||||
|
|
||||||
/* The numeric version number is also available "in parts" by using these
|
/* The numeric version number is also available "in parts" by using these
|
||||||
defines: */
|
defines: */
|
||||||
@ -58,13 +58,13 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the date and time when the full source package was created. The
|
* 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
|
* timestamp is not stored in git, as the timestamp is properly set in the
|
||||||
* tarballs by the maketgz script.
|
* tarballs by the maketgz script.
|
||||||
*
|
*
|
||||||
* The format of the date should follow this template:
|
* The format of the date should follow this template:
|
||||||
*
|
*
|
||||||
* "Mon Feb 12 11:35:33 UTC 2007"
|
* "Mon Feb 12 11:35:33 UTC 2007"
|
||||||
*/
|
*/
|
||||||
#define LIBCURL_TIMESTAMP "CVS"
|
#define LIBCURL_TIMESTAMP "DEV"
|
||||||
|
|
||||||
#endif /* __CURL_CURLVER_H */
|
#endif /* __CURL_CURLVER_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user