From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 9DC6F3858416; Thu, 23 May 2024 00:00:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DC6F3858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716422422; bh=zSXYf1CYlF9zrbkB9Z/PLO6YaS4SLU4AT0MxM3jQ7pc=; h=From:To:Subject:Date:From; b=nyiC1Ou/xF9/GSRluHX6txvycZ9eiCNvCV0UkgBJUDmcsTBzF29uFib0xDMySSdx7 TCDRWY9AZDaAVovQh/t+Ow5h4EEOkVmeKZJrU6wB8US/VZib2+ApRTO8Sy2CdNyRSE CJg+zdLKR8U/KILP9cs13yUkRK2LuFRkM+q46orY= 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] 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: 4ce8b69ddd48b3af6dd82b858c46d214ad1a7ec0 X-Git-Newrev: fc12b44ec0e07e036155092ddfffe0c237415611 Message-Id: <20240523000022.9DC6F3858416@sourceware.org> Date: Thu, 23 May 2024 00:00:22 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dfc12b44ec0e0= 7e036155092ddfffe0c237415611 commit fc12b44ec0e07e036155092ddfffe0c237415611 Author: GDB Administrator Date: Thu May 23 00:00:19 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 4e1ea69c4bb..c9ddb31e5a7 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 20240522 +#define BFD_VERSION_DATE 20240523 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@