From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 6D1BE385DC15; Mon, 26 Jul 2021 00:00:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D1BE385DC15 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: GDB Administrator To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 60a5fb48d1b49bf567509a748d71a75b38db2ab7 X-Git-Newrev: b924d9bad57a1ddb2e0f83229db5a33b5fb7bec6 Message-Id: <20210726000031.6D1BE385DC15@sourceware.org> Date: Mon, 26 Jul 2021 00:00:31 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2021 00:00:31 -0000 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b924d9bad57a1ddb2e0f83229db5a33b5fb7bec6 commit b924d9bad57a1ddb2e0f83229db5a33b5fb7bec6 Author: GDB Administrator Date: Mon Jul 26 00:00:27 2021 +0000 Automatic date update in version.in Diff: --- bfd/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/version.h b/bfd/version.h index b49f4b17d5d..d3c4e38f0fc 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -16,7 +16,7 @@ In releases, the date is not included in either version strings or sonames. */ -#define BFD_VERSION_DATE 20210725 +#define BFD_VERSION_DATE 20210726 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@