]> granicus.if.org Git - curl/commit
curl: show the libcurl release date in --version output
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 May 2017 15:09:45 +0000 (17:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 May 2017 15:10:04 +0000 (17:10 +0200)
commit180c75eb63ae95c41c692957ccd13321e44d4e9e
tree200be8f65c2608762070b6007243ded576bae88a
parentd836c9fee4bbef249dc7bf281336fb41eb3b77c7
curl: show the libcurl release date in --version output

... and support and additional "security patched" date for those who
enhance older versions that way. Pass on the define CURL_PATCHSTAMP with
a date for that.

Building with non-release headers shows the date as [unreleased].

Also: this changes the date format generated in the curlver.h file to be
"YYYY-MM-DD" (no name of the day or month, no time, no time zone) to
make it easier on the eye and easier to parse. Example (new) date
string: 2017-05-09

Suggested-by: Brian Childs
Closes #1474
include/curl/curlver.h
maketgz
src/tool_help.c