diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-09-09 08:49:31 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-09-09 08:49:31 +0200 |
commit | 24ce0c3ec407144892fc21b7ddadd4ada5f96cc2 (patch) | |
tree | 369af69b59487dec0886421449c695cf518de3d2 /maint.mk | |
parent | 8c1f6e123b1e6aa852c2a823008e3dbf5ef0dd6b (diff) | |
download | gnutls-24ce0c3ec407144892fc21b7ddadd4ada5f96cc2.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1235,9 +1235,9 @@ emit_upload_commands: @echo ===================================== define emit-commit-log - printf '%s\n' 'post-release administrivia' '' \ - '* NEWS: Add header line for next release.' \ - '* .prev-version: Record previous version.' \ + printf '%s\n' 'maint: post-release administrivia' '' \ + '* NEWS: Add header line for next release.' \ + '* .prev-version: Record previous version.' \ '* cfg.mk (old_NEWS_hash): Auto-update.' endef |