diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-01 08:23:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-01 08:23:26 +0000 |
commit | a674c1fd32753dba0d83d8dc93e9abc5822c482f (patch) | |
tree | 45888d3214c4bbc10056b77565cd4f1034c17164 /maketgz | |
parent | 9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c (diff) | |
download | c-ares-a674c1fd32753dba0d83d8dc93e9abc5822c482f.tar.gz c-ares-a674c1fd32753dba0d83d8dc93e9abc5822c482f.tar.bz2 c-ares-a674c1fd32753dba0d83d8dc93e9abc5822c482f.zip |
remind us about cvs tagging when we've built a release archive
Diffstat (limited to 'maketgz')
-rwxr-xr-x | maketgz | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,3 +96,5 @@ for(@entries) { `gzip -9 $name-$version.tar`; # remove the dir `rm -rf $name-$version`; + +print "NOTE: now cvs tag this release!\n"; |