diff options
author | Yang Tse <yangsita@gmail.com> | 2011-10-06 17:39:00 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-10-06 17:39:00 +0200 |
commit | f7bfdbabf2d5398f4c266eabb0992a04af661f22 (patch) | |
tree | 694a1f91f1aeffaf7aea0f29a05179079af7d700 /maketgz | |
parent | 7afccf7a1ebb211905de6abd415fce416058a126 (diff) | |
download | curl-f7bfdbabf2d5398f4c266eabb0992a04af661f22.tar.gz |
curl tool: reviewed code moved to tool_*.[ch] files
Diffstat (limited to 'maketgz')
-rwxr-xr-x | maketgz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ patch=`echo $libversion |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"` numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"` HEADER=include/curl/curlver.h -CHEADER=src/version.h +CHEADER=src/tool_version.h # requires a date command that knows -u for UTC time zone datestamp=`date -u` |