diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 00:26:29 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 00:26:29 +0100 |
commit | e1d6034977093908ba63c4cdf8d0d65703c81700 (patch) | |
tree | 5191f2d742c4db75f729736d0fb9b3a81d75519d | |
parent | 3d3900f0323521c27ae0f79003b4ebba7066fe5c (diff) |
remove references to CVS in the code and use DEV instead
-rw-r--r-- | include/curl/curlver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index fc7a8711d..d65114afe 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -31,7 +31,7 @@ /* This is the version number of the libcurl package from which this header 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 defines: */ @@ -58,13 +58,13 @@ /* * 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. * * The format of the date should follow this template: * * "Mon Feb 12 11:35:33 UTC 2007" */ -#define LIBCURL_TIMESTAMP "CVS" +#define LIBCURL_TIMESTAMP "DEV" #endif /* __CURL_CURLVER_H */ |