From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 7F7A0384AB72; Thu, 11 Apr 2024 00:00:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7F7A0384AB72 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712793655; bh=0EQgrvKQAkT4KFEedjpgYmnSoCqv5Zhr/b/X4cwhuiA=; h=From:To:Subject:Date:From; b=uNn35mO2vV7KjhdWILH4nGW1rWTsS3A8zyhDNIAg4063Eesoit9MPWRm6wN0Ac/Uj LoAPrMjXzoUgGnePgUmJYBk1qA6+YRjCDknaMGdBTW9BcatWIlXws2e2IU7a83vNoB smf+kTabF9BvzN79gDrXpXeh3FlmPbTN00z9W2sQ= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: GDB Administrator To: binutils-cvs@sourceware.org Subject: [binutils-gdb/binutils-2_42-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/binutils-2_42-branch X-Git-Oldrev: e7346b5479a236aac79da3d9bad539e28011b790 X-Git-Newrev: 2876dce0498f539e6f105620a8960691c4aa1696 Message-Id: <20240411000055.7F7A0384AB72@sourceware.org> Date: Thu, 11 Apr 2024 00:00:55 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2876dce0498f= 539e6f105620a8960691c4aa1696 commit 2876dce0498f539e6f105620a8960691c4aa1696 Author: GDB Administrator Date: Thu Apr 11 00:00:52 2024 +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 e6e570dfca8..3650955a677 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -16,7 +16,7 @@ =20 In releases, the date is not included in either version strings or sonames. */ -#define BFD_VERSION_DATE 20240410 +#define BFD_VERSION_DATE 20240411 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@