X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fdo-release-commit-and-tag;h=5719d0e4de56602ead37cef87f91e8b2bc56ccfb;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=8beca86874df6712fb229ebf20a880ff226dd69b;hpb=b2df8951c1e67798bd47d7c372b81459f0d6a583;p=gnulib.git diff --git a/build-aux/do-release-commit-and-tag b/build-aux/do-release-commit-and-tag index 8beca8687..5719d0e4d 100755 --- a/build-aux/do-release-commit-and-tag +++ b/build-aux/do-release-commit-and-tag @@ -3,11 +3,11 @@ # controlled .prev-version file, automate the procedure by which we record # the date, release-type and version string in the NEWS file. That commit # will serve to identify the release, so apply a signed tag to it as well. -VERSION=2012-07-05.15 # UTC +VERSION=2012-08-01.09 # UTC # Note: this is a bash script (could be zsh or dash) -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,6 @@ ME=$(basename "$0") warn() { printf '%s: %s\n' "$ME" "$*" >&2; } die() { warn "$*"; exit 1; } -noteworthy='* Noteworthy changes in release' -noteworthy_stub="$noteworthy ?.? (????-??-??) [?]" - help() { cat <